#3EB6CE

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

Shades of Viking #3EB6CE

Tints of Viking #3EB6CE

Color information

#3EB6CE (or 0x3EB6CE) is unknown color: approx Viking. HEX triplet: 3E, B6 and CE. RGB value is (62,182,206). Sum of RGB (Red+Green+Blue) = 62+182+206=450 (59% of max value = 765). Red value is 62 (24.61% from 255 or 13.78% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #3EB6CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EB6CE is #C14931. Grayscale: #949494. Windows color (decimal): -12667186 or 13547070. OLE color: 13547070.

HSL color Cylindrical-coordinate representation of color #3EB6CE: hue angle of 190º 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 #3EB6CE is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB62182206-
CMYK0.700.1200.19
HSL190º59.5%52.55%-
HSV(B)190º69.9%80.78%-
XYZ29.8638.9464.33-
YUV148.86160.2466.05-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 13.78%
GREEN value IS 182 (71.48% from 255) = 40.44%
BLUE value IS 206 (80.86% from 255) = 45.78%
R=13.78%
G=40.44%
B=45.78%

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
Decimal621822060.700.1200.1919059.552.55
Hex3EB6CE46C013be3c35
Octal76266316106140232767465
Binary11111010110110110011101000110110001001110111110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EB6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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