Shades of Blue Chill #399199
Tints of Blue Chill #399199
RGB
CMYK
RGB Variations
Color information
#399199 (or 0x399199) is known color: Blue Chill. HEX triplet: 39, 91 and 99. RGB value is (57,145,153). Sum of RGB (Red+Green+Blue) = 57+145+153=355 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.06% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #399199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399199 is #C66E66. Grayscale: #777777. Windows color (decimal): -13004391 or 10064185. OLE color: 10064185.
HSL color Cylindrical-coordinate representation of color #399199: hue angle of 185º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399199 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 145 | 153 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.4 |
| HSL | 185º | 0.46% | 0.41% | - |
| HSV(B) | 185º | 0.63% | 0.6% | - |
| XYZ | 17.56 | 23.42 | 33.73 | - |
| YUV | 119.6 | 146.85 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 145 | 153 | 0.63 | 0.05 | 0 | 0.4 | 185 | 0.46 | 0.41 |
| Hex | 39 | 91 | 99 | 3F | 5 | 0 | 28 | B9 | 2E | 29 |
| Octal | 71 | 221 | 231 | 77 | 5 | 0 | 50 | 271 | 56 | 51 |
| Binary | 111001 | 10010001 | 10011001 | 111111 | 101 | 0 | 101000 | 10111001 | 101110 | 101001 |
Color Harmonies of #399199
Complementary color
Monochromatic Colors of #399199
Black with #399199
Text Example
Text Example
White with #399199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399199; }
p { color: rgb(57,145,153); }
H1.HeaderClassName
{
color: #399199;
}
.AnyTagClassName
{
color: #399199;
}
</style>
background-color css
<style>
a { background-color: #399199; }
a { background-color: rgb(57,145,153); }
div.DivClassName
{
background-color: #399199;
}
.BgClassName
{
background-color: #399199;
}
</style>
border-color css
<style>
span { border-color: #399199; }
span { border-color: rgb(57,145,153); }
td.TdClassName
{
border-color: #399199;
}
.TagClassName
{
border-color: #399199;
}
</style>