#3EB6CF

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

Shades of Viking #3EB6CF

Tints of Viking #3EB6CF

Color information

#3EB6CF (or 0x3EB6CF) is unknown color: approx Viking. HEX triplet: 3E, B6 and CF. RGB value is (62,182,207). Sum of RGB (Red+Green+Blue) = 62+182+207=451 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.75% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #3EB6CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EB6CF is #C14930. Grayscale: #949494. Windows color (decimal): -12667185 or 13612606. OLE color: 13612606.

HSL color Cylindrical-coordinate representation of color #3EB6CF: hue angle of 190.34º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3EB6CF is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB62182207-
CMYK0.700.1200.19
HSL190.34º60.17%52.75%-
HSV(B)190.34º70.05%81.18%-
XYZ29.9838.9964.98-
YUV148.97160.7465.97-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.75%
GREEN value IS 182 (71.48% from 255) = 40.35%
BLUE value IS 207 (81.25% from 255) = 45.90%
R=13.75%
G=40.35%
B=45.90%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal621822070.700.1200.19190.3460.1752.75
Hex3EB6CF46C013be3c35
Octal76266317106140232767465
Binary11111010110110110011111000110110001001110111110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EB6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,182,207); }

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

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

 a { background-color: rgb(62,182,207); }

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

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

 span { border-color: rgb(62,182,207); }

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