Shades of Blue Chill #39928E
Tints of Blue Chill #39928E
RGB
CMYK
RGB Variations
Color information
#39928E (or 0x39928E) is known color: Blue Chill. HEX triplet: 39, 92 and 8E. RGB value is (57,146,142). Sum of RGB (Red+Green+Blue) = 57+146+142=345 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.52% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 146 - color contains mainly: green. Hex color #39928E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39928E is #C66D71. Grayscale: #767676. Windows color (decimal): -13004146 or 9343545. OLE color: 9343545.
HSL color Cylindrical-coordinate representation of color #39928E: hue angle of 177.3º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #39928E is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 146 | 142 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.43 |
| HSL | 177.3º | 0.44% | 0.4% | - |
| HSV(B) | 177.3º | 0.61% | 0.57% | - |
| XYZ | 16.85 | 23.38 | 29.22 | - |
| YUV | 118.93 | 141.01 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 146 | 142 | 0.61 | 0 | 0.03 | 0.43 | 177.3 | 0.44 | 0.4 |
| Hex | 39 | 92 | 8E | 3D | 0 | 3 | 2B | B1 | 2C | 28 |
| Octal | 71 | 222 | 216 | 75 | 0 | 3 | 53 | 261 | 54 | 50 |
| Binary | 111001 | 10010010 | 10001110 | 111101 | 0 | 11 | 101011 | 10110001 | 101100 | 101000 |
Color Harmonies of #39928E
Complementary color
Monochromatic Colors of #39928E
Black with #39928E
Text Example
Text Example
White with #39928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39928E; }
p { color: rgb(57,146,142); }
H1.HeaderClassName
{
color: #39928E;
}
.AnyTagClassName
{
color: #39928E;
}
</style>
background-color css
<style>
a { background-color: #39928E; }
a { background-color: rgb(57,146,142); }
div.DivClassName
{
background-color: #39928E;
}
.BgClassName
{
background-color: #39928E;
}
</style>
border-color css
<style>
span { border-color: #39928E; }
span { border-color: rgb(57,146,142); }
td.TdClassName
{
border-color: #39928E;
}
.TagClassName
{
border-color: #39928E;
}
</style>