Shades of Blue Chill #399188
Tints of Blue Chill #399188
RGB
CMYK
RGB Variations
Color information
#399188 (or 0x399188) is known color: Blue Chill. HEX triplet: 39, 91 and 88. RGB value is (57,145,136). Sum of RGB (Red+Green+Blue) = 57+145+136=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 145 (57.03% from 255 or 42.90% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 145 - color contains mainly: green. Hex color #399188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399188 is #C66E77. Grayscale: #757575. Windows color (decimal): -13004408 or 8950073. OLE color: 8950073.
HSL color Cylindrical-coordinate representation of color #399188: hue angle of 173.86º 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 #399188 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 145 | 136 | - |
| CMYK | 0.61 | 0 | 0.06 | 0.43 |
| HSL | 173.86º | 0.44% | 0.4% | - |
| HSV(B) | 173.86º | 0.61% | 0.57% | - |
| XYZ | 16.26 | 22.9 | 26.86 | - |
| YUV | 117.66 | 138.35 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 145 | 136 | 0.61 | 0 | 0.06 | 0.43 | 173.86 | 0.44 | 0.4 |
| Hex | 39 | 91 | 88 | 3D | 0 | 6 | 2B | AE | 2C | 28 |
| Octal | 71 | 221 | 210 | 75 | 0 | 6 | 53 | 256 | 54 | 50 |
| Binary | 111001 | 10010001 | 10001000 | 111101 | 0 | 110 | 101011 | 10101110 | 101100 | 101000 |
Color Harmonies of #399188
Complementary color
Monochromatic Colors of #399188
Black with #399188
Text Example
Text Example
White with #399188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399188; }
p { color: rgb(57,145,136); }
H1.HeaderClassName
{
color: #399188;
}
.AnyTagClassName
{
color: #399188;
}
</style>
background-color css
<style>
a { background-color: #399188; }
a { background-color: rgb(57,145,136); }
div.DivClassName
{
background-color: #399188;
}
.BgClassName
{
background-color: #399188;
}
</style>
border-color css
<style>
span { border-color: #399188; }
span { border-color: rgb(57,145,136); }
td.TdClassName
{
border-color: #399188;
}
.TagClassName
{
border-color: #399188;
}
</style>