Shades of Blue Dianne #32524E
Tints of Blue Dianne #32524E
RGB
CMYK
RGB Variations
Color information
#32524E (or 0x32524E) is known color: Blue Dianne. HEX triplet: 32, 52 and 4E. RGB value is (50,82,78). Sum of RGB (Red+Green+Blue) = 50+82+78=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 82 - color contains mainly: green. Hex color #32524E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32524E is #CDADB1. Grayscale: #474747. Windows color (decimal): -13479346 or 5132850. OLE color: 5132850.
HSL color Cylindrical-coordinate representation of color #32524E: hue angle of 172.5º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #32524E is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 82 | 78 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.68 |
| HSL | 172.5º | 0.24% | 0.26% | - |
| HSV(B) | 172.5º | 0.39% | 0.32% | - |
| XYZ | 5.71 | 7.26 | 8.31 | - |
| YUV | 71.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 78 | 0.39 | 0 | 0.05 | 0.68 | 172.5 | 0.24 | 0.26 |
| Hex | 32 | 52 | 4E | 27 | 0 | 5 | 44 | AC | 18 | 1A |
| Octal | 62 | 122 | 116 | 47 | 0 | 5 | 104 | 254 | 30 | 32 |
| Binary | 110010 | 1010010 | 1001110 | 100111 | 0 | 101 | 1000100 | 10101100 | 11000 | 11010 |
Color Harmonies of #32524E
Complementary color
Monochromatic Colors of #32524E
Black with #32524E
Text Example
Text Example
White with #32524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32524E; }
p { color: rgb(50,82,78); }
H1.HeaderClassName
{
color: #32524E;
}
.AnyTagClassName
{
color: #32524E;
}
</style>
background-color css
<style>
a { background-color: #32524E; }
a { background-color: rgb(50,82,78); }
div.DivClassName
{
background-color: #32524E;
}
.BgClassName
{
background-color: #32524E;
}
</style>
border-color css
<style>
span { border-color: #32524E; }
span { border-color: rgb(50,82,78); }
td.TdClassName
{
border-color: #32524E;
}
.TagClassName
{
border-color: #32524E;
}
</style>