Shades of Blue Dianne #395250
Tints of Blue Dianne #395250
RGB
CMYK
RGB Variations
Color information
#395250 (or 0x395250) is known color: Blue Dianne. HEX triplet: 39, 52 and 50. RGB value is (57,82,80). Sum of RGB (Red+Green+Blue) = 57+82+80=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 82 - color contains mainly: green. Hex color #395250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395250 is #C6ADAF. Grayscale: #4A4A4A. Windows color (decimal): -13020592 or 5263929. OLE color: 5263929.
HSL color Cylindrical-coordinate representation of color #395250: hue angle of 175.2º 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 #395250 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 57 | 82 | 80 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.68 |
| HSL | 175.2º | 0.18% | 0.27% | - |
| HSV(B) | 175.2º | 0.3% | 0.32% | - |
| XYZ | 6.15 | 7.48 | 8.71 | - |
| YUV | 74.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 82 | 80 | 0.30 | 0 | 0.02 | 0.68 | 175.2 | 0.18 | 0.27 |
| Hex | 39 | 52 | 50 | 1E | 0 | 2 | 44 | AF | 12 | 1B |
| Octal | 71 | 122 | 120 | 36 | 0 | 2 | 104 | 257 | 22 | 33 |
| Binary | 111001 | 1010010 | 1010000 | 11110 | 0 | 10 | 1000100 | 10101111 | 10010 | 11011 |
Color Harmonies of #395250
Complementary color
Monochromatic Colors of #395250
Black with #395250
Text Example
Text Example
White with #395250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395250; }
p { color: rgb(57,82,80); }
H1.HeaderClassName
{
color: #395250;
}
.AnyTagClassName
{
color: #395250;
}
</style>
background-color css
<style>
a { background-color: #395250; }
a { background-color: rgb(57,82,80); }
div.DivClassName
{
background-color: #395250;
}
.BgClassName
{
background-color: #395250;
}
</style>
border-color css
<style>
span { border-color: #395250; }
span { border-color: rgb(57,82,80); }
td.TdClassName
{
border-color: #395250;
}
.TagClassName
{
border-color: #395250;
}
</style>