Shades of Dark Slate Blue #32399C
Tints of Dark Slate Blue #32399C
RGB
CMYK
RGB Variations
Color information
#32399C (or 0x32399C) is known color: Dark Slate Blue. HEX triplet: 32, 39 and 9C. RGB value is (50,57,156). Sum of RGB (Red+Green+Blue) = 50+57+156=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 156 (61.33% from 255 or 59.32% from 263); Max value from RGB is 156 - color contains mainly: blue. Hex color #32399C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32399C is #CDC663. Grayscale: #414141. Windows color (decimal): -13485668 or 10238258. OLE color: 10238258.
HSL color Cylindrical-coordinate representation of color #32399C: hue angle of 236.04º 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 #32399C is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 57 | 156 | - |
| CMYK | 0.68 | 0.63 | 0 | 0.39 |
| HSL | 236.04º | 0.51% | 0.4% | - |
| HSV(B) | 236.04º | 0.68% | 0.61% | - |
| XYZ | 8.78 | 6 | 32.15 | - |
| YUV | 66.19 | 178.68 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 156 | 0.68 | 0.63 | 0 | 0.39 | 236.04 | 0.51 | 0.4 |
| Hex | 32 | 39 | 9C | 44 | 3F | 0 | 27 | EC | 33 | 28 |
| Octal | 62 | 71 | 234 | 104 | 77 | 0 | 47 | 354 | 63 | 50 |
| Binary | 110010 | 111001 | 10011100 | 1000100 | 111111 | 0 | 100111 | 11101100 | 110011 | 101000 |
Color Harmonies of #32399C
Complementary color
Monochromatic Colors of #32399C
Black with #32399C
Text Example
Text Example
White with #32399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32399C; }
p { color: rgb(50,57,156); }
H1.HeaderClassName
{
color: #32399C;
}
.AnyTagClassName
{
color: #32399C;
}
</style>
background-color css
<style>
a { background-color: #32399C; }
a { background-color: rgb(50,57,156); }
div.DivClassName
{
background-color: #32399C;
}
.BgClassName
{
background-color: #32399C;
}
</style>
border-color css
<style>
span { border-color: #32399C; }
span { border-color: rgb(50,57,156); }
td.TdClassName
{
border-color: #32399C;
}
.TagClassName
{
border-color: #32399C;
}
</style>