Shades of Dark Slate Blue #32359D
Tints of Dark Slate Blue #32359D
RGB
CMYK
RGB Variations
Color information
#32359D (or 0x32359D) is known color: Dark Slate Blue. HEX triplet: 32, 35 and 9D. RGB value is (50,53,157). Sum of RGB (Red+Green+Blue) = 50+53+157=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 157 (61.72% from 255 or 60.38% from 260); Max value from RGB is 157 - color contains mainly: blue. Hex color #32359D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32359D is #CDCA62. Grayscale: #3F3F3F. Windows color (decimal): -13486691 or 10302770. OLE color: 10302770.
HSL color Cylindrical-coordinate representation of color #32359D: hue angle of 238.32º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32359D is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 53 | 157 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.38 |
| HSL | 238.32º | 0.52% | 0.41% | - |
| HSV(B) | 238.32º | 0.68% | 0.62% | - |
| XYZ | 8.67 | 5.66 | 32.53 | - |
| YUV | 63.96 | 180.51 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 53 | 157 | 0.68 | 0.66 | 0 | 0.38 | 238.32 | 0.52 | 0.41 |
| Hex | 32 | 35 | 9D | 44 | 42 | 0 | 26 | EE | 34 | 29 |
| Octal | 62 | 65 | 235 | 104 | 102 | 0 | 46 | 356 | 64 | 51 |
| Binary | 110010 | 110101 | 10011101 | 1000100 | 1000010 | 0 | 100110 | 11101110 | 110100 | 101001 |
Color Harmonies of #32359D
Complementary color
Monochromatic Colors of #32359D
Black with #32359D
Text Example
Text Example
White with #32359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32359D; }
p { color: rgb(50,53,157); }
H1.HeaderClassName
{
color: #32359D;
}
.AnyTagClassName
{
color: #32359D;
}
</style>
background-color css
<style>
a { background-color: #32359D; }
a { background-color: rgb(50,53,157); }
div.DivClassName
{
background-color: #32359D;
}
.BgClassName
{
background-color: #32359D;
}
</style>
border-color css
<style>
span { border-color: #32359D; }
span { border-color: rgb(50,53,157); }
td.TdClassName
{
border-color: #32359D;
}
.TagClassName
{
border-color: #32359D;
}
</style>