Shades of Blue Chill #399295
Tints of Blue Chill #399295
RGB
CMYK
RGB Variations
Color information
#399295 (or 0x399295) is known color: Blue Chill. HEX triplet: 39, 92 and 95. RGB value is (57,146,149). Sum of RGB (Red+Green+Blue) = 57+146+149=352 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.19% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #399295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #399295 is #C66D6A. Grayscale: #777777. Windows color (decimal): -13004139 or 9802297. OLE color: 9802297.
HSL color Cylindrical-coordinate representation of color #399295: hue angle of 181.96º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #399295 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 146 | 149 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.42 |
| HSL | 181.96º | 0.45% | 0.4% | - |
| HSV(B) | 181.96º | 0.62% | 0.58% | - |
| XYZ | 17.39 | 23.6 | 32.07 | - |
| YUV | 119.73 | 144.51 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 146 | 149 | 0.62 | 0.02 | 0 | 0.42 | 181.96 | 0.45 | 0.4 |
| Hex | 39 | 92 | 95 | 3E | 2 | 0 | 2A | B6 | 2D | 28 |
| Octal | 71 | 222 | 225 | 76 | 2 | 0 | 52 | 266 | 55 | 50 |
| Binary | 111001 | 10010010 | 10010101 | 111110 | 10 | 0 | 101010 | 10110110 | 101101 | 101000 |
Color Harmonies of #399295
Complementary color
Monochromatic Colors of #399295
Black with #399295
Text Example
Text Example
White with #399295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399295; }
p { color: rgb(57,146,149); }
H1.HeaderClassName
{
color: #399295;
}
.AnyTagClassName
{
color: #399295;
}
</style>
background-color css
<style>
a { background-color: #399295; }
a { background-color: rgb(57,146,149); }
div.DivClassName
{
background-color: #399295;
}
.BgClassName
{
background-color: #399295;
}
</style>
border-color css
<style>
span { border-color: #399295; }
span { border-color: rgb(57,146,149); }
td.TdClassName
{
border-color: #399295;
}
.TagClassName
{
border-color: #399295;
}
</style>