Shades of Blue Dianne #395251
Tints of Blue Dianne #395251
RGB
CMYK
RGB Variations
Color information
#395251 (or 0x395251) is known color: Blue Dianne. HEX triplet: 39, 52 and 51. RGB value is (57,82,81). Sum of RGB (Red+Green+Blue) = 57+82+81=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 82 - color contains mainly: green. Hex color #395251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395251 is #C6ADAE. Grayscale: #4A4A4A. Windows color (decimal): -13020591 or 5329465. OLE color: 5329465.
HSL color Cylindrical-coordinate representation of color #395251: hue angle of 177.6º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #395251 is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 82 | 81 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.68 |
| HSL | 177.6º | 0.18% | 0.27% | - |
| HSV(B) | 177.6º | 0.3% | 0.32% | - |
| XYZ | 6.19 | 7.5 | 8.91 | - |
| YUV | 74.41 | 131.72 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 82 | 81 | 0.30 | 0 | 0.01 | 0.68 | 177.6 | 0.18 | 0.27 |
| Hex | 39 | 52 | 51 | 1E | 0 | 1 | 44 | B2 | 12 | 1B |
| Octal | 71 | 122 | 121 | 36 | 0 | 1 | 104 | 262 | 22 | 33 |
| Binary | 111001 | 1010010 | 1010001 | 11110 | 0 | 1 | 1000100 | 10110010 | 10010 | 11011 |
Color Harmonies of #395251
Complementary color
Monochromatic Colors of #395251
Black with #395251
Text Example
Text Example
White with #395251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395251; }
p { color: rgb(57,82,81); }
H1.HeaderClassName
{
color: #395251;
}
.AnyTagClassName
{
color: #395251;
}
</style>
background-color css
<style>
a { background-color: #395251; }
a { background-color: rgb(57,82,81); }
div.DivClassName
{
background-color: #395251;
}
.BgClassName
{
background-color: #395251;
}
</style>
border-color css
<style>
span { border-color: #395251; }
span { border-color: rgb(57,82,81); }
td.TdClassName
{
border-color: #395251;
}
.TagClassName
{
border-color: #395251;
}
</style>