#3EA1A2

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

Shades of Blue Chill #3EA1A2

Tints of Blue Chill #3EA1A2

Color information

#3EA1A2 (or 0x3EA1A2) is unknown color: approx Blue Chill. HEX triplet: 3E, A1 and A2. RGB value is (62,161,162). Sum of RGB (Red+Green+Blue) = 62+161+162=385 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.10% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 162 - color contains mainly: blue. Hex color #3EA1A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA1A2 is #C15E5D. Grayscale: #838383. Windows color (decimal): -12672606 or 10658110. OLE color: 10658110.

HSL color Cylindrical-coordinate representation of color #3EA1A2: hue angle of 180.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3EA1A2 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB62161162-
CMYK0.620.0100.36
HSL180.6º44.64%43.92%-
HSV(B)180.6º61.73%63.53%-
XYZ21.2529.1238.68-
YUV131.51145.278.42-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.10%
GREEN value IS 161 (63.28% from 255) = 41.82%
BLUE value IS 162 (63.67% from 255) = 42.08%
R=16.10%
G=41.82%
B=42.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal621611620.620.0100.36180.644.6443.92
Hex3EA1A23E1024b52d2c
Octal762412427610442655554
Binary11111010100001101000101111101010010010110101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,161,162); }

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

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

 a { background-color: rgb(62,161,162); }

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

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

 span { border-color: rgb(62,161,162); }

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