Shades of Blue Chill #39838C
Tints of Blue Chill #39838C
RGB
CMYK
RGB Variations
Color information
#39838C (or 0x39838C) is known color: 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
| RGB | 57 | 131 | 140 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.45 |
| HSL | 186.51º | 0.42% | 0.39% | - |
| HSV(B) | 186.51º | 0.59% | 0.55% | - |
| XYZ | 14.54 | 19 | 27.71 | - |
| YUV | 109.9 | 144.98 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 131 | 140 | 0.59 | 0.06 | 0 | 0.45 | 186.51 | 0.42 | 0.39 |
| Hex | 39 | 83 | 8C | 3B | 6 | 0 | 2D | BB | 2A | 27 |
| Octal | 71 | 203 | 214 | 73 | 6 | 0 | 55 | 273 | 52 | 47 |
| Binary | 111001 | 10000011 | 10001100 | 111011 | 110 | 0 | 101101 | 10111011 | 101010 | 100111 |
Color Harmonies of #39838C
Complementary color
Monochromatic Colors of #39838C
Black with #39838C
Text Example
Text Example
White with #39838C
Text Example
Text Example
HTML Codes & Css Web 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>