#39858C

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

Shades of Blue Chill #39858C

Tints of Blue Chill #39858C

Color information

#39858C (or 0x39858C) is unknown color: approx Blue Chill. HEX triplet: 39, 85 and 8C. RGB value is (57,133,140). Sum of RGB (Red+Green+Blue) = 57+133+140=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #39858C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39858C is #C67A73. Grayscale: #6E6E6E. Windows color (decimal): -13007476 or 9209145. OLE color: 9209145.

HSL color Cylindrical-coordinate representation of color #39858C: hue angle of 185.06º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39858C is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB57133140-
CMYK0.590.0500.45
HSL185.06º42.13%38.63%-
HSV(B)185.06º59.29%54.9%-
XYZ14.8119.5427.8-
YUV111.07144.3289.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.27%
GREEN value IS 133 (52.34% from 255) = 40.30%
BLUE value IS 140 (55.08% from 255) = 42.42%
R=17.27%
G=40.30%
B=42.42%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal571331400.590.0500.45185.0642.1338.63
Hex39858C3B502Db92a27
Octal712052147350552715247
Binary1110011000010110001100111011101010110110111001101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39858C; }

 p { color: rgb(57,133,140); }

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

<style>
 a { background-color: #39858C; }

 a { background-color: rgb(57,133,140); }

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

<style>
 span { border-color: #39858C; }

 span { border-color: rgb(57,133,140); }

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