Shades of Blue Chill #399288
Tints of Blue Chill #399288
RGB
CMYK
RGB Variations
Color information
#399288 (or 0x399288) is known color: Blue Chill. HEX triplet: 39, 92 and 88. RGB value is (57,146,136). Sum of RGB (Red+Green+Blue) = 57+146+136=339 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.81% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 146 - color contains mainly: green. Hex color #399288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399288 is #C66D77. Grayscale: #767676. Windows color (decimal): -13004152 or 8950329. OLE color: 8950329.
HSL color Cylindrical-coordinate representation of color #399288: hue angle of 173.26º 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 #399288 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 146 | 136 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.43 |
| HSL | 173.26º | 0.44% | 0.4% | - |
| HSV(B) | 173.26º | 0.61% | 0.57% | - |
| XYZ | 16.41 | 23.21 | 26.91 | - |
| YUV | 118.25 | 138.01 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 146 | 136 | 0.61 | 0 | 0.07 | 0.43 | 173.26 | 0.44 | 0.4 |
| Hex | 39 | 92 | 88 | 3D | 0 | 7 | 2B | AD | 2C | 28 |
| Octal | 71 | 222 | 210 | 75 | 0 | 7 | 53 | 255 | 54 | 50 |
| Binary | 111001 | 10010010 | 10001000 | 111101 | 0 | 111 | 101011 | 10101101 | 101100 | 101000 |
Color Harmonies of #399288
Complementary color
Monochromatic Colors of #399288
Black with #399288
Text Example
Text Example
White with #399288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399288; }
p { color: rgb(57,146,136); }
H1.HeaderClassName
{
color: #399288;
}
.AnyTagClassName
{
color: #399288;
}
</style>
background-color css
<style>
a { background-color: #399288; }
a { background-color: rgb(57,146,136); }
div.DivClassName
{
background-color: #399288;
}
.BgClassName
{
background-color: #399288;
}
</style>
border-color css
<style>
span { border-color: #399288; }
span { border-color: rgb(57,146,136); }
td.TdClassName
{
border-color: #399288;
}
.TagClassName
{
border-color: #399288;
}
</style>