#39838C

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

Shades of Blue Chill #39838C

Tints of Blue Chill #39838C

Color information

#39838C (or 0x39838C) is unknown color: approx Blue Chill. HEX triplet: 39, 83 and 8C. RGB value is (57,131,140). Sum of RGB (Red+Green+Blue) = 57+131+140=328 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.38% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 140 - color contains mainly: blue. Hex color #39838C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39838C is #C67C73. Grayscale: #6D6D6D. Windows color (decimal): -13007988 or 9208633. OLE color: 9208633.

HSL color Cylindrical-coordinate representation of color #39838C: hue angle of 186.51º 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 #39838C is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB57131140-
CMYK0.590.0600.45
HSL186.51º42.13%38.63%-
HSV(B)186.51º59.29%54.9%-
XYZ14.541927.71-
YUV109.9144.9890.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.38%
GREEN value IS 131 (51.56% from 255) = 39.94%
BLUE value IS 140 (55.08% from 255) = 42.68%
R=17.38%
G=39.94%
B=42.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal571311400.590.0600.45186.5142.1338.63
Hex39838C3B602Dbb2a27
Octal712032147360552735247
Binary1110011000001110001100111011110010110110111011101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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