Shades of Blue Chill #399696
Tints of Blue Chill #399696
RGB
CMYK
RGB Variations
Color information
#399696 (or 0x399696) is known color: Blue Chill. HEX triplet: 39, 96 and 96. RGB value is (57,150,150). Sum of RGB (Red+Green+Blue) = 57+150+150=357 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.97% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #399696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399696 is #C66969. Grayscale: #7A7A7A. Windows color (decimal): -13003114 or 9868857. OLE color: 9868857.
HSL color Cylindrical-coordinate representation of color #399696: hue angle of 180º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #399696 is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 57 | 150 | 150 | - |
| CMYK | 0.62 | 0 | 0 | 0.41 |
| HSL | 180º | 0.45% | 0.41% | - |
| HSV(B) | 180º | 0.62% | 0.59% | - |
| XYZ | 18.1 | 24.88 | 32.7 | - |
| YUV | 122.19 | 143.69 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 150 | 150 | 0.62 | 0 | 0 | 0.41 | 180 | 0.45 | 0.41 |
| Hex | 39 | 96 | 96 | 3E | 0 | 0 | 29 | B4 | 2D | 29 |
| Octal | 71 | 226 | 226 | 76 | 0 | 0 | 51 | 264 | 55 | 51 |
| Binary | 111001 | 10010110 | 10010110 | 111110 | 0 | 0 | 101001 | 10110100 | 101101 | 101001 |
Color Harmonies of #399696
Complementary color
Monochromatic Colors of #399696
Black with #399696
Text Example
Text Example
White with #399696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399696; }
p { color: rgb(57,150,150); }
H1.HeaderClassName
{
color: #399696;
}
.AnyTagClassName
{
color: #399696;
}
</style>
background-color css
<style>
a { background-color: #399696; }
a { background-color: rgb(57,150,150); }
div.DivClassName
{
background-color: #399696;
}
.BgClassName
{
background-color: #399696;
}
</style>
border-color css
<style>
span { border-color: #399696; }
span { border-color: rgb(57,150,150); }
td.TdClassName
{
border-color: #399696;
}
.TagClassName
{
border-color: #399696;
}
</style>