#3E9BA0

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

Shades of Blue Chill #3E9BA0

Tints of Blue Chill #3E9BA0

Color information

#3E9BA0 (or 0x3E9BA0) is unknown color: approx Blue Chill. HEX triplet: 3E, 9B and A0. RGB value is (62,155,160). Sum of RGB (Red+Green+Blue) = 62+155+160=377 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.45% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 160 - color contains mainly: blue. Hex color #3E9BA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E9BA0 is #C1645F. Grayscale: #7F7F7F. Windows color (decimal): -12674144 or 10525502. OLE color: 10525502.

HSL color Cylindrical-coordinate representation of color #3E9BA0: hue angle of 183.06º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E9BA0 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB62155160-
CMYK0.610.0300.37
HSL183.06º44.14%43.53%-
HSV(B)183.06º61.25%62.75%-
XYZ20.052737.41-
YUV127.76146.1981.09-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 16.45%
GREEN value IS 155 (60.94% from 255) = 41.11%
BLUE value IS 160 (62.89% from 255) = 42.44%
R=16.45%
G=41.11%
B=42.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal621551600.610.0300.37183.0644.1443.53
Hex3E9BA03D3025b72c2c
Octal762332407530452675454
Binary111110100110111010000011110111010010110110111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E9BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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