Shades of Dark Slate Blue #32369B
Tints of Dark Slate Blue #32369B
RGB
CMYK
RGB Variations
Color information
#32369B (or 0x32369B) is known color: Dark Slate Blue. HEX triplet: 32, 36 and 9B. RGB value is (50,54,155). Sum of RGB (Red+Green+Blue) = 50+54+155=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 155 (60.94% from 255 or 59.85% from 259); Max value from RGB is 155 - color contains mainly: blue. Hex color #32369B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32369B is #CDC964. Grayscale: #3F3F3F. Windows color (decimal): -13486437 or 10171954. OLE color: 10171954.
HSL color Cylindrical-coordinate representation of color #32369B: hue angle of 237.71º 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 #32369B is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 54 | 155 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.39 |
| HSL | 237.71º | 0.51% | 0.4% | - |
| HSV(B) | 237.71º | 0.68% | 0.61% | - |
| XYZ | 8.55 | 5.68 | 31.66 | - |
| YUV | 64.32 | 179.17 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 54 | 155 | 0.68 | 0.65 | 0 | 0.39 | 237.71 | 0.51 | 0.4 |
| Hex | 32 | 36 | 9B | 44 | 41 | 0 | 27 | EE | 33 | 28 |
| Octal | 62 | 66 | 233 | 104 | 101 | 0 | 47 | 356 | 63 | 50 |
| Binary | 110010 | 110110 | 10011011 | 1000100 | 1000001 | 0 | 100111 | 11101110 | 110011 | 101000 |
Color Harmonies of #32369B
Complementary color
Monochromatic Colors of #32369B
Black with #32369B
Text Example
Text Example
White with #32369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32369B; }
p { color: rgb(50,54,155); }
H1.HeaderClassName
{
color: #32369B;
}
.AnyTagClassName
{
color: #32369B;
}
</style>
background-color css
<style>
a { background-color: #32369B; }
a { background-color: rgb(50,54,155); }
div.DivClassName
{
background-color: #32369B;
}
.BgClassName
{
background-color: #32369B;
}
</style>
border-color css
<style>
span { border-color: #32369B; }
span { border-color: rgb(50,54,155); }
td.TdClassName
{
border-color: #32369B;
}
.TagClassName
{
border-color: #32369B;
}
</style>