Shades of Dark Slate Blue #32269F
Tints of Dark Slate Blue #32269F
RGB
CMYK
RGB Variations
Color information
#32269F (or 0x32269F) is known color: Dark Slate Blue. HEX triplet: 32, 26 and 9F. RGB value is (50,38,159). Sum of RGB (Red+Green+Blue) = 50+38+159=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 159 (62.5% from 255 or 64.37% from 247); Max value from RGB is 159 - color contains mainly: blue. Hex color #32269F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32269F is #CDD960. Grayscale: #363636. Windows color (decimal): -13490529 or 10430002. OLE color: 10430002.
HSL color Cylindrical-coordinate representation of color #32269F: hue angle of 245.95º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32269F is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 38 | 159 | - |
| CMYK | 0.69 | 0.76 | 0 | 0.38 |
| HSL | 245.95º | 0.61% | 0.39% | - |
| HSV(B) | 245.95º | 0.76% | 0.62% | - |
| XYZ | 8.27 | 4.57 | 33.25 | - |
| YUV | 55.38 | 186.48 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 38 | 159 | 0.69 | 0.76 | 0 | 0.38 | 245.95 | 0.61 | 0.39 |
| Hex | 32 | 26 | 9F | 45 | 4C | 0 | 26 | F6 | 3D | 27 |
| Octal | 62 | 46 | 237 | 105 | 114 | 0 | 46 | 366 | 75 | 47 |
| Binary | 110010 | 100110 | 10011111 | 1000101 | 1001100 | 0 | 100110 | 11110110 | 111101 | 100111 |
Color Harmonies of #32269F
Complementary color
Monochromatic Colors of #32269F
Black with #32269F
Text Example
Text Example
White with #32269F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32269F; }
p { color: rgb(50,38,159); }
H1.HeaderClassName
{
color: #32269F;
}
.AnyTagClassName
{
color: #32269F;
}
</style>
background-color css
<style>
a { background-color: #32269F; }
a { background-color: rgb(50,38,159); }
div.DivClassName
{
background-color: #32269F;
}
.BgClassName
{
background-color: #32269F;
}
</style>
border-color css
<style>
span { border-color: #32269F; }
span { border-color: rgb(50,38,159); }
td.TdClassName
{
border-color: #32269F;
}
.TagClassName
{
border-color: #32269F;
}
</style>