Shades of Dark Slate Blue #32379D
Tints of Dark Slate Blue #32379D
RGB
CMYK
RGB Variations
Color information
#32379D (or 0x32379D) is known color: Dark Slate Blue. HEX triplet: 32, 37 and 9D. RGB value is (50,55,157). Sum of RGB (Red+Green+Blue) = 50+55+157=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 157 (61.72% from 255 or 59.92% from 262); Max value from RGB is 157 - color contains mainly: blue. Hex color #32379D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32379D is #CDC862. Grayscale: #404040. Windows color (decimal): -13486179 or 10303282. OLE color: 10303282.
HSL color Cylindrical-coordinate representation of color #32379D: hue angle of 237.2º 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 #32379D is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 55 | 157 | - |
| CMYK | 0.68 | 0.65 | 0 | 0.38 |
| HSL | 237.2º | 0.52% | 0.41% | - |
| HSV(B) | 237.2º | 0.68% | 0.62% | - |
| XYZ | 8.77 | 5.84 | 32.56 | - |
| YUV | 65.13 | 179.84 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 157 | 0.68 | 0.65 | 0 | 0.38 | 237.2 | 0.52 | 0.41 |
| Hex | 32 | 37 | 9D | 44 | 41 | 0 | 26 | ED | 34 | 29 |
| Octal | 62 | 67 | 235 | 104 | 101 | 0 | 46 | 355 | 64 | 51 |
| Binary | 110010 | 110111 | 10011101 | 1000100 | 1000001 | 0 | 100110 | 11101101 | 110100 | 101001 |
Color Harmonies of #32379D
Complementary color
Monochromatic Colors of #32379D
Black with #32379D
Text Example
Text Example
White with #32379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32379D; }
p { color: rgb(50,55,157); }
H1.HeaderClassName
{
color: #32379D;
}
.AnyTagClassName
{
color: #32379D;
}
</style>
background-color css
<style>
a { background-color: #32379D; }
a { background-color: rgb(50,55,157); }
div.DivClassName
{
background-color: #32379D;
}
.BgClassName
{
background-color: #32379D;
}
</style>
border-color css
<style>
span { border-color: #32379D; }
span { border-color: rgb(50,55,157); }
td.TdClassName
{
border-color: #32379D;
}
.TagClassName
{
border-color: #32379D;
}
</style>