Shades of Blue Dianne #32524B
Tints of Blue Dianne #32524B
RGB
CMYK
RGB Variations
Color information
#32524B (or 0x32524B) is known color: Blue Dianne. HEX triplet: 32, 52 and 4B. RGB value is (50,82,75). Sum of RGB (Red+Green+Blue) = 50+82+75=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 82 - color contains mainly: green. Hex color #32524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32524B is #CDADB4. Grayscale: #474747. Windows color (decimal): -13479349 or 4936242. OLE color: 4936242.
HSL color Cylindrical-coordinate representation of color #32524B: hue angle of 166.88º 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 #32524B is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 82 | 75 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.68 |
| HSL | 166.88º | 0.24% | 0.26% | - |
| HSV(B) | 166.88º | 0.39% | 0.32% | - |
| XYZ | 5.6 | 7.22 | 7.76 | - |
| YUV | 71.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 75 | 0.39 | 0 | 0.09 | 0.68 | 166.88 | 0.24 | 0.26 |
| Hex | 32 | 52 | 4B | 27 | 0 | 9 | 44 | A7 | 18 | 1A |
| Octal | 62 | 122 | 113 | 47 | 0 | 11 | 104 | 247 | 30 | 32 |
| Binary | 110010 | 1010010 | 1001011 | 100111 | 0 | 1001 | 1000100 | 10100111 | 11000 | 11010 |
Color Harmonies of #32524B
Complementary color
Monochromatic Colors of #32524B
Black with #32524B
Text Example
Text Example
White with #32524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32524B; }
p { color: rgb(50,82,75); }
H1.HeaderClassName
{
color: #32524B;
}
.AnyTagClassName
{
color: #32524B;
}
</style>
background-color css
<style>
a { background-color: #32524B; }
a { background-color: rgb(50,82,75); }
div.DivClassName
{
background-color: #32524B;
}
.BgClassName
{
background-color: #32524B;
}
</style>
border-color css
<style>
span { border-color: #32524B; }
span { border-color: rgb(50,82,75); }
td.TdClassName
{
border-color: #32524B;
}
.TagClassName
{
border-color: #32524B;
}
</style>