Shades of Dark Slate Blue #32349B
Tints of Dark Slate Blue #32349B
RGB
CMYK
RGB Variations
Color information
#32349B (or 0x32349B) is known color: Dark Slate Blue. HEX triplet: 32, 34 and 9B. RGB value is (50,52,155). Sum of RGB (Red+Green+Blue) = 50+52+155=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #32349B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32349B is #CDCB64. Grayscale: #3E3E3E. Windows color (decimal): -13486949 or 10171442. OLE color: 10171442.
HSL color Cylindrical-coordinate representation of color #32349B: hue angle of 238.86º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32349B is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 52 | 155 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.39 |
| HSL | 238.86º | 0.51% | 0.4% | - |
| HSV(B) | 238.86º | 0.68% | 0.61% | - |
| XYZ | 8.46 | 5.5 | 31.63 | - |
| YUV | 63.14 | 179.84 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 155 | 0.68 | 0.66 | 0 | 0.39 | 238.86 | 0.51 | 0.4 |
| Hex | 32 | 34 | 9B | 44 | 42 | 0 | 27 | EF | 33 | 28 |
| Octal | 62 | 64 | 233 | 104 | 102 | 0 | 47 | 357 | 63 | 50 |
| Binary | 110010 | 110100 | 10011011 | 1000100 | 1000010 | 0 | 100111 | 11101111 | 110011 | 101000 |
Color Harmonies of #32349B
Complementary color
Monochromatic Colors of #32349B
Black with #32349B
Text Example
Text Example
White with #32349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32349B; }
p { color: rgb(50,52,155); }
H1.HeaderClassName
{
color: #32349B;
}
.AnyTagClassName
{
color: #32349B;
}
</style>
background-color css
<style>
a { background-color: #32349B; }
a { background-color: rgb(50,52,155); }
div.DivClassName
{
background-color: #32349B;
}
.BgClassName
{
background-color: #32349B;
}
</style>
border-color css
<style>
span { border-color: #32349B; }
span { border-color: rgb(50,52,155); }
td.TdClassName
{
border-color: #32349B;
}
.TagClassName
{
border-color: #32349B;
}
</style>