Shades of Blue Dianne #32524D
Tints of Blue Dianne #32524D
RGB
CMYK
RGB Variations
Color information
#32524D (or 0x32524D) is known color: Blue Dianne. HEX triplet: 32, 52 and 4D. RGB value is (50,82,77). Sum of RGB (Red+Green+Blue) = 50+82+77=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 82 (32.42% from 255 or 39.23% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 82 - color contains mainly: green. Hex color #32524D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32524D is #CDADB2. Grayscale: #474747. Windows color (decimal): -13479347 or 5067314. OLE color: 5067314.
HSL color Cylindrical-coordinate representation of color #32524D: hue angle of 170.62º 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 #32524D is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 82 | 77 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.68 |
| HSL | 170.63º | 0.24% | 0.26% | - |
| HSV(B) | 170.63º | 0.39% | 0.32% | - |
| XYZ | 5.67 | 7.25 | 8.12 | - |
| YUV | 71.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 77 | 0.39 | 0 | 0.06 | 0.68 | 170.63 | 0.24 | 0.26 |
| Hex | 32 | 52 | 4D | 27 | 0 | 6 | 44 | AB | 18 | 1A |
| Octal | 62 | 122 | 115 | 47 | 0 | 6 | 104 | 253 | 30 | 32 |
| Binary | 110010 | 1010010 | 1001101 | 100111 | 0 | 110 | 1000100 | 10101011 | 11000 | 11010 |
Color Harmonies of #32524D
Complementary color
Monochromatic Colors of #32524D
Black with #32524D
Text Example
Text Example
White with #32524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32524D; }
p { color: rgb(50,82,77); }
H1.HeaderClassName
{
color: #32524D;
}
.AnyTagClassName
{
color: #32524D;
}
</style>
background-color css
<style>
a { background-color: #32524D; }
a { background-color: rgb(50,82,77); }
div.DivClassName
{
background-color: #32524D;
}
.BgClassName
{
background-color: #32524D;
}
</style>
border-color css
<style>
span { border-color: #32524D; }
span { border-color: rgb(50,82,77); }
td.TdClassName
{
border-color: #32524D;
}
.TagClassName
{
border-color: #32524D;
}
</style>