Shades of Blue Chill #399098
Tints of Blue Chill #399098
RGB
CMYK
RGB Variations
Color information
#399098 (or 0x399098) is known color: Blue Chill. HEX triplet: 39, 90 and 98. RGB value is (57,144,152). Sum of RGB (Red+Green+Blue) = 57+144+152=353 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.15% from 353); Green value is 144 (56.64% from 255 or 40.79% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 152 - color contains mainly: blue. Hex color #399098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399098 is #C66F67. Grayscale: #767676. Windows color (decimal): -13004648 or 9998393. OLE color: 9998393.
HSL color Cylindrical-coordinate representation of color #399098: hue angle of 185.05º 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 #399098 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 144 | 152 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.40 |
| HSL | 185.05º | 0.45% | 0.41% | - |
| HSV(B) | 185.05º | 0.63% | 0.6% | - |
| XYZ | 17.33 | 23.08 | 33.25 | - |
| YUV | 118.9 | 146.68 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 144 | 152 | 0.62 | 0.05 | 0 | 0.40 | 185.05 | 0.45 | 0.41 |
| Hex | 39 | 90 | 98 | 3E | 5 | 0 | 28 | B9 | 2D | 29 |
| Octal | 71 | 220 | 230 | 76 | 5 | 0 | 50 | 271 | 55 | 51 |
| Binary | 111001 | 10010000 | 10011000 | 111110 | 101 | 0 | 101000 | 10111001 | 101101 | 101001 |
Color Harmonies of #399098
Complementary color
Monochromatic Colors of #399098
Black with #399098
Text Example
Text Example
White with #399098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399098; }
p { color: rgb(57,144,152); }
H1.HeaderClassName
{
color: #399098;
}
.AnyTagClassName
{
color: #399098;
}
</style>
background-color css
<style>
a { background-color: #399098; }
a { background-color: rgb(57,144,152); }
div.DivClassName
{
background-color: #399098;
}
.BgClassName
{
background-color: #399098;
}
</style>
border-color css
<style>
span { border-color: #399098; }
span { border-color: rgb(57,144,152); }
td.TdClassName
{
border-color: #399098;
}
.TagClassName
{
border-color: #399098;
}
</style>