Shades of Dark Slate Blue #32359C
Tints of Dark Slate Blue #32359C
RGB
CMYK
RGB Variations
Color information
#32359C (or 0x32359C) is known color: Dark Slate Blue. HEX triplet: 32, 35 and 9C. RGB value is (50,53,156). Sum of RGB (Red+Green+Blue) = 50+53+156=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 156 (61.33% from 255 or 60.23% from 259); Max value from RGB is 156 - color contains mainly: blue. Hex color #32359C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32359C is #CDCA63. Grayscale: #3F3F3F. Windows color (decimal): -13486692 or 10237234. OLE color: 10237234.
HSL color Cylindrical-coordinate representation of color #32359C: hue angle of 238.3º 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 #32359C is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 53 | 156 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.39 |
| HSL | 238.3º | 0.51% | 0.4% | - |
| HSV(B) | 238.3º | 0.68% | 0.61% | - |
| XYZ | 8.59 | 5.62 | 32.09 | - |
| YUV | 63.85 | 180.01 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 53 | 156 | 0.68 | 0.66 | 0 | 0.39 | 238.3 | 0.51 | 0.4 |
| Hex | 32 | 35 | 9C | 44 | 42 | 0 | 27 | EE | 33 | 28 |
| Octal | 62 | 65 | 234 | 104 | 102 | 0 | 47 | 356 | 63 | 50 |
| Binary | 110010 | 110101 | 10011100 | 1000100 | 1000010 | 0 | 100111 | 11101110 | 110011 | 101000 |
Color Harmonies of #32359C
Complementary color
Monochromatic Colors of #32359C
Black with #32359C
Text Example
Text Example
White with #32359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32359C; }
p { color: rgb(50,53,156); }
H1.HeaderClassName
{
color: #32359C;
}
.AnyTagClassName
{
color: #32359C;
}
</style>
background-color css
<style>
a { background-color: #32359C; }
a { background-color: rgb(50,53,156); }
div.DivClassName
{
background-color: #32359C;
}
.BgClassName
{
background-color: #32359C;
}
</style>
border-color css
<style>
span { border-color: #32359C; }
span { border-color: rgb(50,53,156); }
td.TdClassName
{
border-color: #32359C;
}
.TagClassName
{
border-color: #32359C;
}
</style>