Shades of Dark Slate Blue #32389B
Tints of Dark Slate Blue #32389B
RGB
CMYK
RGB Variations
Color information
#32389B (or 0x32389B) is known color: Dark Slate Blue. HEX triplet: 32, 38 and 9B. RGB value is (50,56,155). Sum of RGB (Red+Green+Blue) = 50+56+155=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 56 (22.27% from 255 or 21.46% from 261); Blue value is 155 (60.94% from 255 or 59.39% from 261); Max value from RGB is 155 - color contains mainly: blue. Hex color #32389B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32389B is #CDC764. Grayscale: #414141. Windows color (decimal): -13485925 or 10172466. OLE color: 10172466.
HSL color Cylindrical-coordinate representation of color #32389B: hue angle of 236.57º 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 #32389B is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 56 | 155 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.39 |
| HSL | 236.57º | 0.51% | 0.4% | - |
| HSV(B) | 236.57º | 0.68% | 0.61% | - |
| XYZ | 8.65 | 5.87 | 31.69 | - |
| YUV | 65.49 | 178.51 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 56 | 155 | 0.68 | 0.64 | 0 | 0.39 | 236.57 | 0.51 | 0.4 |
| Hex | 32 | 38 | 9B | 44 | 40 | 0 | 27 | ED | 33 | 28 |
| Octal | 62 | 70 | 233 | 104 | 100 | 0 | 47 | 355 | 63 | 50 |
| Binary | 110010 | 111000 | 10011011 | 1000100 | 1000000 | 0 | 100111 | 11101101 | 110011 | 101000 |
Color Harmonies of #32389B
Complementary color
Monochromatic Colors of #32389B
Black with #32389B
Text Example
Text Example
White with #32389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32389B; }
p { color: rgb(50,56,155); }
H1.HeaderClassName
{
color: #32389B;
}
.AnyTagClassName
{
color: #32389B;
}
</style>
background-color css
<style>
a { background-color: #32389B; }
a { background-color: rgb(50,56,155); }
div.DivClassName
{
background-color: #32389B;
}
.BgClassName
{
background-color: #32389B;
}
</style>
border-color css
<style>
span { border-color: #32389B; }
span { border-color: rgb(50,56,155); }
td.TdClassName
{
border-color: #32389B;
}
.TagClassName
{
border-color: #32389B;
}
</style>