Shades of Dark Slate Blue #32379B
Tints of Dark Slate Blue #32379B
RGB
CMYK
RGB Variations
Color information
#32379B (or 0x32379B) is known color: Dark Slate Blue. HEX triplet: 32, 37 and 9B. RGB value is (50,55,155). Sum of RGB (Red+Green+Blue) = 50+55+155=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #32379B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32379B is #CDC864. Grayscale: #404040. Windows color (decimal): -13486181 or 10172210. OLE color: 10172210.
HSL color Cylindrical-coordinate representation of color #32379B: hue angle of 237.14º 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 #32379B is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 55 | 155 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.39 |
| HSL | 237.14º | 0.51% | 0.4% | - |
| HSV(B) | 237.14º | 0.68% | 0.61% | - |
| XYZ | 8.6 | 5.78 | 31.67 | - |
| YUV | 64.91 | 178.84 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 155 | 0.68 | 0.65 | 0 | 0.39 | 237.14 | 0.51 | 0.4 |
| Hex | 32 | 37 | 9B | 44 | 41 | 0 | 27 | ED | 33 | 28 |
| Octal | 62 | 67 | 233 | 104 | 101 | 0 | 47 | 355 | 63 | 50 |
| Binary | 110010 | 110111 | 10011011 | 1000100 | 1000001 | 0 | 100111 | 11101101 | 110011 | 101000 |
Color Harmonies of #32379B
Complementary color
Monochromatic Colors of #32379B
Black with #32379B
Text Example
Text Example
White with #32379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32379B; }
p { color: rgb(50,55,155); }
H1.HeaderClassName
{
color: #32379B;
}
.AnyTagClassName
{
color: #32379B;
}
</style>
background-color css
<style>
a { background-color: #32379B; }
a { background-color: rgb(50,55,155); }
div.DivClassName
{
background-color: #32379B;
}
.BgClassName
{
background-color: #32379B;
}
</style>
border-color css
<style>
span { border-color: #32379B; }
span { border-color: rgb(50,55,155); }
td.TdClassName
{
border-color: #32379B;
}
.TagClassName
{
border-color: #32379B;
}
</style>