Shades of Blue Dianne #395450
Tints of Blue Dianne #395450
RGB
CMYK
RGB Variations
Color information
#395450 (or 0x395450) is known color: Blue Dianne. HEX triplet: 39, 54 and 50. RGB value is (57,84,80). Sum of RGB (Red+Green+Blue) = 57+84+80=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 84 - color contains mainly: green. Hex color #395450 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395450 is #C6ABAF. Grayscale: #4B4B4B. Windows color (decimal): -13020080 or 5264441. OLE color: 5264441.
HSL color Cylindrical-coordinate representation of color #395450: hue angle of 171.11º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #395450 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 84 | 80 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.67 |
| HSL | 171.11º | 0.19% | 0.28% | - |
| HSV(B) | 171.11º | 0.32% | 0.33% | - |
| XYZ | 6.31 | 7.79 | 8.76 | - |
| YUV | 75.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 84 | 80 | 0.32 | 0 | 0.05 | 0.67 | 171.11 | 0.19 | 0.28 |
| Hex | 39 | 54 | 50 | 20 | 0 | 5 | 43 | AB | 13 | 1C |
| Octal | 71 | 124 | 120 | 40 | 0 | 5 | 103 | 253 | 23 | 34 |
| Binary | 111001 | 1010100 | 1010000 | 100000 | 0 | 101 | 1000011 | 10101011 | 10011 | 11100 |
Color Harmonies of #395450
Complementary color
Monochromatic Colors of #395450
Black with #395450
Text Example
Text Example
White with #395450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395450; }
p { color: rgb(57,84,80); }
H1.HeaderClassName
{
color: #395450;
}
.AnyTagClassName
{
color: #395450;
}
</style>
background-color css
<style>
a { background-color: #395450; }
a { background-color: rgb(57,84,80); }
div.DivClassName
{
background-color: #395450;
}
.BgClassName
{
background-color: #395450;
}
</style>
border-color css
<style>
span { border-color: #395450; }
span { border-color: rgb(57,84,80); }
td.TdClassName
{
border-color: #395450;
}
.TagClassName
{
border-color: #395450;
}
</style>