#3A8B87

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

Shades of Blue Chill #3A8B87

Tints of Blue Chill #3A8B87

Color information

#3A8B87 (or 0x3A8B87) is unknown color: approx Blue Chill. HEX triplet: 3A, 8B and 87. RGB value is (58,139,135). Sum of RGB (Red+Green+Blue) = 58+139+135=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 139 - color contains mainly: green. Hex color #3A8B87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8B87 is #C57478. Grayscale: #727272. Windows color (decimal): -12940409 or 8883002. OLE color: 8883002.

HSL color Cylindrical-coordinate representation of color #3A8B87: hue angle of 177.04º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8B87 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB58139135-
CMYK0.5800.030.45
HSL177.04º41.12%38.63%-
HSV(B)177.04º58.27%54.51%-
XYZ15.3521.1126.19-
YUV114.32139.6687.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.47%
GREEN value IS 139 (54.69% from 255) = 41.87%
BLUE value IS 135 (53.12% from 255) = 40.66%
R=17.47%
G=41.87%
B=40.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal581391350.5800.030.45177.0441.1238.63
Hex3A8B873A032Db12927
Octal722132077203552615147
Binary111010100010111000011111101001110110110110001101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,139,135); }

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

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

 a { background-color: rgb(58,139,135); }

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

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

 span { border-color: rgb(58,139,135); }

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