Shades of Blue Chill #39828E
Tints of Blue Chill #39828E
RGB
CMYK
RGB Variations
Color information
#39828E (or 0x39828E) is known color: Blue Chill. HEX triplet: 39, 82 and 8E. RGB value is (57,130,142). Sum of RGB (Red+Green+Blue) = 57+130+142=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #39828E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39828E is #C67D71. Grayscale: #6D6D6D. Windows color (decimal): -13008242 or 9339449. OLE color: 9339449.
HSL color Cylindrical-coordinate representation of color #39828E: hue angle of 188.47º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #39828E is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 130 | 142 | - |
| CMYK | 0.60 | 0.08 | 0 | 0.44 |
| HSL | 188.47º | 0.43% | 0.39% | - |
| HSV(B) | 188.47º | 0.6% | 0.56% | - |
| XYZ | 14.55 | 18.79 | 28.45 | - |
| YUV | 109.54 | 146.32 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 130 | 142 | 0.60 | 0.08 | 0 | 0.44 | 188.47 | 0.43 | 0.39 |
| Hex | 39 | 82 | 8E | 3C | 8 | 0 | 2C | BC | 2B | 27 |
| Octal | 71 | 202 | 216 | 74 | 10 | 0 | 54 | 274 | 53 | 47 |
| Binary | 111001 | 10000010 | 10001110 | 111100 | 1000 | 0 | 101100 | 10111100 | 101011 | 100111 |
Color Harmonies of #39828E
Complementary color
Monochromatic Colors of #39828E
Black with #39828E
Text Example
Text Example
White with #39828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39828E; }
p { color: rgb(57,130,142); }
H1.HeaderClassName
{
color: #39828E;
}
.AnyTagClassName
{
color: #39828E;
}
</style>
background-color css
<style>
a { background-color: #39828E; }
a { background-color: rgb(57,130,142); }
div.DivClassName
{
background-color: #39828E;
}
.BgClassName
{
background-color: #39828E;
}
</style>
border-color css
<style>
span { border-color: #39828E; }
span { border-color: rgb(57,130,142); }
td.TdClassName
{
border-color: #39828E;
}
.TagClassName
{
border-color: #39828E;
}
</style>