Shades of Dark Slate Blue #32269D
Tints of Dark Slate Blue #32269D
RGB
CMYK
RGB Variations
Color information
#32269D (or 0x32269D) is known color: Dark Slate Blue. HEX triplet: 32, 26 and 9D. RGB value is (50,38,157). Sum of RGB (Red+Green+Blue) = 50+38+157=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 157 (61.72% from 255 or 64.08% from 245); Max value from RGB is 157 - color contains mainly: blue. Hex color #32269D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32269D is #CDD962. Grayscale: #363636. Windows color (decimal): -13490531 or 10298930. OLE color: 10298930.
HSL color Cylindrical-coordinate representation of color #32269D: hue angle of 246.05º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32269D is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 38 | 157 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.38 |
| HSL | 246.05º | 0.61% | 0.38% | - |
| HSV(B) | 246.05º | 0.76% | 0.62% | - |
| XYZ | 8.09 | 4.5 | 32.34 | - |
| YUV | 55.15 | 185.48 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 38 | 157 | 0.68 | 0.76 | 0 | 0.38 | 246.05 | 0.61 | 0.38 |
| Hex | 32 | 26 | 9D | 44 | 4C | 0 | 26 | F6 | 3D | 26 |
| Octal | 62 | 46 | 235 | 104 | 114 | 0 | 46 | 366 | 75 | 46 |
| Binary | 110010 | 100110 | 10011101 | 1000100 | 1001100 | 0 | 100110 | 11110110 | 111101 | 100110 |
Color Harmonies of #32269D
Complementary color
Monochromatic Colors of #32269D
Black with #32269D
Text Example
Text Example
White with #32269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32269D; }
p { color: rgb(50,38,157); }
H1.HeaderClassName
{
color: #32269D;
}
.AnyTagClassName
{
color: #32269D;
}
</style>
background-color css
<style>
a { background-color: #32269D; }
a { background-color: rgb(50,38,157); }
div.DivClassName
{
background-color: #32269D;
}
.BgClassName
{
background-color: #32269D;
}
</style>
border-color css
<style>
span { border-color: #32269D; }
span { border-color: rgb(50,38,157); }
td.TdClassName
{
border-color: #32269D;
}
.TagClassName
{
border-color: #32269D;
}
</style>