Shades of Blue Chill #399892
Tints of Blue Chill #399892
RGB
CMYK
RGB Variations
Color information
#399892 (or 0x399892) is known color: Blue Chill. HEX triplet: 39, 98 and 92. RGB value is (57,152,146). Sum of RGB (Red+Green+Blue) = 57+152+146=355 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.06% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #399892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399892 is #C6676D. Grayscale: #7A7A7A. Windows color (decimal): -13002606 or 9607225. OLE color: 9607225.
HSL color Cylindrical-coordinate representation of color #399892: hue angle of 176.21º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #399892 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 152 | 146 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.40 |
| HSL | 176.21º | 0.45% | 0.41% | - |
| HSV(B) | 176.21º | 0.63% | 0.6% | - |
| XYZ | 18.1 | 25.4 | 31.14 | - |
| YUV | 122.91 | 141.03 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 152 | 146 | 0.62 | 0 | 0.04 | 0.40 | 176.21 | 0.45 | 0.41 |
| Hex | 39 | 98 | 92 | 3E | 0 | 4 | 28 | B0 | 2D | 29 |
| Octal | 71 | 230 | 222 | 76 | 0 | 4 | 50 | 260 | 55 | 51 |
| Binary | 111001 | 10011000 | 10010010 | 111110 | 0 | 100 | 101000 | 10110000 | 101101 | 101001 |
Color Harmonies of #399892
Complementary color
Monochromatic Colors of #399892
Black with #399892
Text Example
Text Example
White with #399892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399892; }
p { color: rgb(57,152,146); }
H1.HeaderClassName
{
color: #399892;
}
.AnyTagClassName
{
color: #399892;
}
</style>
background-color css
<style>
a { background-color: #399892; }
a { background-color: rgb(57,152,146); }
div.DivClassName
{
background-color: #399892;
}
.BgClassName
{
background-color: #399892;
}
</style>
border-color css
<style>
span { border-color: #399892; }
span { border-color: rgb(57,152,146); }
td.TdClassName
{
border-color: #399892;
}
.TagClassName
{
border-color: #399892;
}
</style>