#3ea0c6

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

Shades of Viking #3EA0C6

Tints of Viking #3EA0C6

Color information

#3EA0C6 (or 0x3EA0C6) is unknown color: approx Viking. HEX triplet: 3E, A0 and C6. RGB value is (62,160,198). Sum of RGB (Red+Green+Blue) = 62+160+198=420 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.76% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 198 - color contains mainly: blue. Hex color #3EA0C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3EA0C6 is #C15F39. Grayscale: #868686. Windows color (decimal): -12672826 or 13017150. OLE color: 13017150.

HSL color Cylindrical-coordinate representation of color #3EA0C6: hue angle of 196.76º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EA0C6 is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB62160198-
CMYK0.690.1900.22
HSL196.76º54.4%50.98%-
HSV(B)196.76º68.69%77.65%-
XYZ24.7530.2457.96-
YUV135.03163.5375.91-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 14.76%
GREEN value IS 160 (62.89% from 255) = 38.10%
BLUE value IS 198 (77.73% from 255) = 47.14%
R=14.76%
G=38.10%
B=47.14%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal621601980.690.1900.22196.7654.450.98
Hex3EA0C64513016c53633
Octal76240306105230263056663
Binary111110101000001100011010001011001101011011000101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ea0c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,160,198); }

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

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

 a { background-color: rgb(62,160,198); }

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

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

 span { border-color: rgb(62,160,198); }

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