Shades of Blue Dianne #395451
Tints of Blue Dianne #395451
RGB
CMYK
RGB Variations
Color information
#395451 (or 0x395451) is known color: Blue Dianne. HEX triplet: 39, 54 and 51. RGB value is (57,84,81). Sum of RGB (Red+Green+Blue) = 57+84+81=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 84 - color contains mainly: green. Hex color #395451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395451 is #C6ABAE. Grayscale: #4B4B4B. Windows color (decimal): -13020079 or 5329977. OLE color: 5329977.
HSL color Cylindrical-coordinate representation of color #395451: hue angle of 173.33º 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 #395451 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 57 | 84 | 81 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.67 |
| HSL | 173.33º | 0.19% | 0.28% | - |
| HSV(B) | 173.33º | 0.32% | 0.33% | - |
| XYZ | 6.34 | 7.8 | 8.96 | - |
| YUV | 75.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 84 | 81 | 0.32 | 0 | 0.04 | 0.67 | 173.33 | 0.19 | 0.28 |
| Hex | 39 | 54 | 51 | 20 | 0 | 4 | 43 | AD | 13 | 1C |
| Octal | 71 | 124 | 121 | 40 | 0 | 4 | 103 | 255 | 23 | 34 |
| Binary | 111001 | 1010100 | 1010001 | 100000 | 0 | 100 | 1000011 | 10101101 | 10011 | 11100 |
Color Harmonies of #395451
Complementary color
Monochromatic Colors of #395451
Black with #395451
Text Example
Text Example
White with #395451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #395451; }
p { color: rgb(57,84,81); }
H1.HeaderClassName
{
color: #395451;
}
.AnyTagClassName
{
color: #395451;
}
</style>
background-color css
<style>
a { background-color: #395451; }
a { background-color: rgb(57,84,81); }
div.DivClassName
{
background-color: #395451;
}
.BgClassName
{
background-color: #395451;
}
</style>
border-color css
<style>
span { border-color: #395451; }
span { border-color: rgb(57,84,81); }
td.TdClassName
{
border-color: #395451;
}
.TagClassName
{
border-color: #395451;
}
</style>