Shades of Dark Slate Blue #32389D
Tints of Dark Slate Blue #32389D
RGB
CMYK
RGB Variations
Color information
#32389D (or 0x32389D) is known color: Dark Slate Blue. HEX triplet: 32, 38 and 9D. RGB value is (50,56,157). Sum of RGB (Red+Green+Blue) = 50+56+157=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 157 (61.72% from 255 or 59.70% from 263); Max value from RGB is 157 - color contains mainly: blue. Hex color #32389D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32389D is #CDC762. Grayscale: #414141. Windows color (decimal): -13485923 or 10303538. OLE color: 10303538.
HSL color Cylindrical-coordinate representation of color #32389D: hue angle of 236.64º 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 #32389D is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 56 | 157 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.38 |
| HSL | 236.64º | 0.52% | 0.41% | - |
| HSV(B) | 236.64º | 0.68% | 0.62% | - |
| XYZ | 8.82 | 5.94 | 32.58 | - |
| YUV | 65.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 56 | 157 | 0.68 | 0.64 | 0 | 0.38 | 236.64 | 0.52 | 0.41 |
| Hex | 32 | 38 | 9D | 44 | 40 | 0 | 26 | ED | 34 | 29 |
| Octal | 62 | 70 | 235 | 104 | 100 | 0 | 46 | 355 | 64 | 51 |
| Binary | 110010 | 111000 | 10011101 | 1000100 | 1000000 | 0 | 100110 | 11101101 | 110100 | 101001 |
Color Harmonies of #32389D
Complementary color
Monochromatic Colors of #32389D
Black with #32389D
Text Example
Text Example
White with #32389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32389D; }
p { color: rgb(50,56,157); }
H1.HeaderClassName
{
color: #32389D;
}
.AnyTagClassName
{
color: #32389D;
}
</style>
background-color css
<style>
a { background-color: #32389D; }
a { background-color: rgb(50,56,157); }
div.DivClassName
{
background-color: #32389D;
}
.BgClassName
{
background-color: #32389D;
}
</style>
border-color css
<style>
span { border-color: #32389D; }
span { border-color: rgb(50,56,157); }
td.TdClassName
{
border-color: #32389D;
}
.TagClassName
{
border-color: #32389D;
}
</style>