Shades of Dark Slate Blue #32249C
Tints of Dark Slate Blue #32249C
RGB
CMYK
RGB Variations
Color information
#32249C (or 0x32249C) is known color: Dark Slate Blue. HEX triplet: 32, 24 and 9C. RGB value is (50,36,156). Sum of RGB (Red+Green+Blue) = 50+36+156=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 156 (61.33% from 255 or 64.46% from 242); Max value from RGB is 156 - color contains mainly: blue. Hex color #32249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32249C is #CDDB63. Grayscale: #353535. Windows color (decimal): -13491044 or 10232882. OLE color: 10232882.
HSL color Cylindrical-coordinate representation of color #32249C: hue angle of 247º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32249C is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 36 | 156 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.39 |
| HSL | 247º | 0.63% | 0.38% | - |
| HSV(B) | 247º | 0.77% | 0.61% | - |
| XYZ | 7.95 | 4.34 | 31.87 | - |
| YUV | 53.87 | 185.64 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 36 | 156 | 0.68 | 0.77 | 0 | 0.39 | 247 | 0.63 | 0.38 |
| Hex | 32 | 24 | 9C | 44 | 4D | 0 | 27 | F7 | 3E | 26 |
| Octal | 62 | 44 | 234 | 104 | 115 | 0 | 47 | 367 | 76 | 46 |
| Binary | 110010 | 100100 | 10011100 | 1000100 | 1001101 | 0 | 100111 | 11110111 | 111110 | 100110 |
Color Harmonies of #32249C
Complementary color
Monochromatic Colors of #32249C
Black with #32249C
Text Example
Text Example
White with #32249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32249C; }
p { color: rgb(50,36,156); }
H1.HeaderClassName
{
color: #32249C;
}
.AnyTagClassName
{
color: #32249C;
}
</style>
background-color css
<style>
a { background-color: #32249C; }
a { background-color: rgb(50,36,156); }
div.DivClassName
{
background-color: #32249C;
}
.BgClassName
{
background-color: #32249C;
}
</style>
border-color css
<style>
span { border-color: #32249C; }
span { border-color: rgb(50,36,156); }
td.TdClassName
{
border-color: #32249C;
}
.TagClassName
{
border-color: #32249C;
}
</style>