Shades of Blue Chill #399991
Tints of Blue Chill #399991
RGB
CMYK
RGB Variations
Color information
#399991 (or 0x399991) is known color: Blue Chill. HEX triplet: 39, 99 and 91. RGB value is (57,153,145). Sum of RGB (Red+Green+Blue) = 57+153+145=355 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.06% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 145 (57.03% from 255 or 40.85% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #399991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399991 is #C6666E. Grayscale: #7B7B7B. Windows color (decimal): -13002351 or 9541945. OLE color: 9541945.
HSL color Cylindrical-coordinate representation of color #399991: hue angle of 175º 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 #399991 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 153 | 145 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.4 |
| HSL | 175º | 0.46% | 0.41% | - |
| HSV(B) | 175º | 0.63% | 0.6% | - |
| XYZ | 18.19 | 25.7 | 30.79 | - |
| YUV | 123.38 | 140.2 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 153 | 145 | 0.63 | 0 | 0.05 | 0.4 | 175 | 0.46 | 0.41 |
| Hex | 39 | 99 | 91 | 3F | 0 | 5 | 28 | AF | 2E | 29 |
| Octal | 71 | 231 | 221 | 77 | 0 | 5 | 50 | 257 | 56 | 51 |
| Binary | 111001 | 10011001 | 10010001 | 111111 | 0 | 101 | 101000 | 10101111 | 101110 | 101001 |
Color Harmonies of #399991
Complementary color
Monochromatic Colors of #399991
Black with #399991
Text Example
Text Example
White with #399991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399991; }
p { color: rgb(57,153,145); }
H1.HeaderClassName
{
color: #399991;
}
.AnyTagClassName
{
color: #399991;
}
</style>
background-color css
<style>
a { background-color: #399991; }
a { background-color: rgb(57,153,145); }
div.DivClassName
{
background-color: #399991;
}
.BgClassName
{
background-color: #399991;
}
</style>
border-color css
<style>
span { border-color: #399991; }
span { border-color: rgb(57,153,145); }
td.TdClassName
{
border-color: #399991;
}
.TagClassName
{
border-color: #399991;
}
</style>