#3EBFD2

Color #3EBFD2 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #3EBFD2

Tints of Viking #3EBFD2

Color information

#3EBFD2 (or 0x3EBFD2) is unknown color: approx Viking. HEX triplet: 3E, BF and D2. RGB value is (62,191,210). Sum of RGB (Red+Green+Blue) = 62+191+210=463 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.39% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 210 - color contains mainly: blue. Hex color #3EBFD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EBFD2 is #C1402D. Grayscale: #9A9A9A. Windows color (decimal): -12664878 or 13811518. OLE color: 13811518.

HSL color Cylindrical-coordinate representation of color #3EBFD2: hue angle of 187.7º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3EBFD2 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB62191210-
CMYK0.700.0900.18
HSL187.7º62.18%53.33%-
HSV(B)187.7º70.48%82.35%-
XYZ32.2542.9467.56-
YUV154.6159.2661.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 13.39%
GREEN value IS 191 (75% from 255) = 41.25%
BLUE value IS 210 (82.42% from 255) = 45.36%
R=13.39%
G=41.25%
B=45.36%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal621912100.700.0900.18187.762.1853.33
Hex3EBFD2469012bc3e35
Octal76277322106110222747665
Binary11111010111111110100101000110100101001010111100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EBFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3EBFD2; }

 p { color: rgb(62,191,210); }

 H1.HeaderClassName
 {
   color: #3EBFD2;
 }
 .AnyTagClassName
 {
   color: #3EBFD2;
 }
</style>
background-color css

<style>
 a { background-color: #3EBFD2; }

 a { background-color: rgb(62,191,210); }

 div.DivClassName
 {
   background-color: #3EBFD2;
 }
 .BgClassName
 {
   background-color: #3EBFD2;
 }
</style>
border-color css

<style>
 span { border-color: #3EBFD2; }

 span { border-color: rgb(62,191,210); }

 td.TdClassName
 {
   border-color: #3EBFD2;
 }
 .TagClassName
 {
   border-color: #3EBFD2;
 }
</style>