Shades of Blue Dianne #32544F
Tints of Blue Dianne #32544F
RGB
CMYK
RGB Variations
Color information
#32544F (or 0x32544F) is known color: Blue Dianne. HEX triplet: 32, 54 and 4F. RGB value is (50,84,79). Sum of RGB (Red+Green+Blue) = 50+84+79=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 84 - color contains mainly: green. Hex color #32544F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32544F is #CDABB0. Grayscale: #494949. Windows color (decimal): -13478833 or 5198898. OLE color: 5198898.
HSL color Cylindrical-coordinate representation of color #32544F: hue angle of 171.18º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #32544F is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 84 | 79 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.67 |
| HSL | 171.18º | 0.25% | 0.26% | - |
| HSV(B) | 171.18º | 0.4% | 0.33% | - |
| XYZ | 5.9 | 7.58 | 8.55 | - |
| YUV | 73.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 84 | 79 | 0.40 | 0 | 0.06 | 0.67 | 171.18 | 0.25 | 0.26 |
| Hex | 32 | 54 | 4F | 28 | 0 | 6 | 43 | AB | 19 | 1A |
| Octal | 62 | 124 | 117 | 50 | 0 | 6 | 103 | 253 | 31 | 32 |
| Binary | 110010 | 1010100 | 1001111 | 101000 | 0 | 110 | 1000011 | 10101011 | 11001 | 11010 |
Color Harmonies of #32544F
Complementary color
Monochromatic Colors of #32544F
Black with #32544F
Text Example
Text Example
White with #32544F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32544F; }
p { color: rgb(50,84,79); }
H1.HeaderClassName
{
color: #32544F;
}
.AnyTagClassName
{
color: #32544F;
}
</style>
background-color css
<style>
a { background-color: #32544F; }
a { background-color: rgb(50,84,79); }
div.DivClassName
{
background-color: #32544F;
}
.BgClassName
{
background-color: #32544F;
}
</style>
border-color css
<style>
span { border-color: #32544F; }
span { border-color: rgb(50,84,79); }
td.TdClassName
{
border-color: #32544F;
}
.TagClassName
{
border-color: #32544F;
}
</style>