Shades of Blue Chill #399896
Tints of Blue Chill #399896
RGB
CMYK
RGB Variations
Color information
#399896 (or 0x399896) is known color: Blue Chill. HEX triplet: 39, 98 and 96. RGB value is (57,152,150). Sum of RGB (Red+Green+Blue) = 57+152+150=359 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.88% from 359); Green value is 152 (59.77% from 255 or 42.34% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 152 - color contains mainly: green. Hex color #399896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399896 is #C66769. Grayscale: #7B7B7B. Windows color (decimal): -13002602 or 9869369. OLE color: 9869369.
HSL color Cylindrical-coordinate representation of color #399896: hue angle of 178.74º 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 #399896 is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 152 | 150 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.40 |
| HSL | 178.74º | 0.45% | 0.41% | - |
| HSV(B) | 178.74º | 0.63% | 0.6% | - |
| XYZ | 18.42 | 25.53 | 32.81 | - |
| YUV | 123.37 | 143.03 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 152 | 150 | 0.62 | 0 | 0.01 | 0.40 | 178.74 | 0.45 | 0.41 |
| Hex | 39 | 98 | 96 | 3E | 0 | 1 | 28 | B3 | 2D | 29 |
| Octal | 71 | 230 | 226 | 76 | 0 | 1 | 50 | 263 | 55 | 51 |
| Binary | 111001 | 10011000 | 10010110 | 111110 | 0 | 1 | 101000 | 10110011 | 101101 | 101001 |
Color Harmonies of #399896
Complementary color
Monochromatic Colors of #399896
Black with #399896
Text Example
Text Example
White with #399896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399896; }
p { color: rgb(57,152,150); }
H1.HeaderClassName
{
color: #399896;
}
.AnyTagClassName
{
color: #399896;
}
</style>
background-color css
<style>
a { background-color: #399896; }
a { background-color: rgb(57,152,150); }
div.DivClassName
{
background-color: #399896;
}
.BgClassName
{
background-color: #399896;
}
</style>
border-color css
<style>
span { border-color: #399896; }
span { border-color: rgb(57,152,150); }
td.TdClassName
{
border-color: #399896;
}
.TagClassName
{
border-color: #399896;
}
</style>