Shades of Dark Slate Blue #33249D
Tints of Dark Slate Blue #33249D
RGB
CMYK
RGB Variations
Color information
#33249D (or 0x33249D) is known color: Dark Slate Blue. HEX triplet: 33, 24 and 9D. RGB value is (51,36,157). Sum of RGB (Red+Green+Blue) = 51+36+157=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 157 (61.72% from 255 or 64.34% from 244); Max value from RGB is 157 - color contains mainly: blue. Hex color #33249D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33249D is #CCDB62. Grayscale: #353535. Windows color (decimal): -13425507 or 10298419. OLE color: 10298419.
HSL color Cylindrical-coordinate representation of color #33249D: hue angle of 247.44º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33249D is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 36 | 157 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.38 |
| HSL | 247.44º | 0.63% | 0.38% | - |
| HSV(B) | 247.44º | 0.77% | 0.62% | - |
| XYZ | 8.08 | 4.4 | 32.32 | - |
| YUV | 54.28 | 185.97 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 36 | 157 | 0.68 | 0.77 | 0 | 0.38 | 247.44 | 0.63 | 0.38 |
| Hex | 33 | 24 | 9D | 44 | 4D | 0 | 26 | F7 | 3F | 26 |
| Octal | 63 | 44 | 235 | 104 | 115 | 0 | 46 | 367 | 77 | 46 |
| Binary | 110011 | 100100 | 10011101 | 1000100 | 1001101 | 0 | 100110 | 11110111 | 111111 | 100110 |
Color Harmonies of #33249D
Complementary color
Monochromatic Colors of #33249D
Black with #33249D
Text Example
Text Example
White with #33249D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33249D; }
p { color: rgb(51,36,157); }
H1.HeaderClassName
{
color: #33249D;
}
.AnyTagClassName
{
color: #33249D;
}
</style>
background-color css
<style>
a { background-color: #33249D; }
a { background-color: rgb(51,36,157); }
div.DivClassName
{
background-color: #33249D;
}
.BgClassName
{
background-color: #33249D;
}
</style>
border-color css
<style>
span { border-color: #33249D; }
span { border-color: rgb(51,36,157); }
td.TdClassName
{
border-color: #33249D;
}
.TagClassName
{
border-color: #33249D;
}
</style>