Shades of Blue Chill #399297
Tints of Blue Chill #399297
RGB
CMYK
RGB Variations
Color information
#399297 (or 0x399297) is known color: Blue Chill. HEX triplet: 39, 92 and 97. RGB value is (57,146,151). Sum of RGB (Red+Green+Blue) = 57+146+151=354 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.10% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 151 - color contains mainly: blue. Hex color #399297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399297 is #C66D68. Grayscale: #777777. Windows color (decimal): -13004137 or 9933369. OLE color: 9933369.
HSL color Cylindrical-coordinate representation of color #399297: hue angle of 183.19º 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 #399297 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 57 | 146 | 151 | - |
| CMYK | 0.62 | 0.03 | 0 | 0.41 |
| HSL | 183.19º | 0.45% | 0.41% | - |
| HSV(B) | 183.19º | 0.62% | 0.59% | - |
| XYZ | 17.55 | 23.66 | 32.92 | - |
| YUV | 119.96 | 145.51 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 146 | 151 | 0.62 | 0.03 | 0 | 0.41 | 183.19 | 0.45 | 0.41 |
| Hex | 39 | 92 | 97 | 3E | 3 | 0 | 29 | B7 | 2D | 29 |
| Octal | 71 | 222 | 227 | 76 | 3 | 0 | 51 | 267 | 55 | 51 |
| Binary | 111001 | 10010010 | 10010111 | 111110 | 11 | 0 | 101001 | 10110111 | 101101 | 101001 |
Color Harmonies of #399297
Complementary color
Monochromatic Colors of #399297
Black with #399297
Text Example
Text Example
White with #399297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399297; }
p { color: rgb(57,146,151); }
H1.HeaderClassName
{
color: #399297;
}
.AnyTagClassName
{
color: #399297;
}
</style>
background-color css
<style>
a { background-color: #399297; }
a { background-color: rgb(57,146,151); }
div.DivClassName
{
background-color: #399297;
}
.BgClassName
{
background-color: #399297;
}
</style>
border-color css
<style>
span { border-color: #399297; }
span { border-color: rgb(57,146,151); }
td.TdClassName
{
border-color: #399297;
}
.TagClassName
{
border-color: #399297;
}
</style>