Shades of Dark Slate Blue #33249A
Tints of Dark Slate Blue #33249A
RGB
CMYK
RGB Variations
Color information
#33249A (or 0x33249A) is known color: Dark Slate Blue. HEX triplet: 33, 24 and 9A. RGB value is (51,36,154). Sum of RGB (Red+Green+Blue) = 51+36+154=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 154 (60.55% from 255 or 63.90% from 241); Max value from RGB is 154 - color contains mainly: blue. Hex color #33249A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33249A is #CCDB65. Grayscale: #353535. Windows color (decimal): -13425510 or 10101811. OLE color: 10101811.
HSL color Cylindrical-coordinate representation of color #33249A: hue angle of 247.63º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33249A is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 36 | 154 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.40 |
| HSL | 247.63º | 0.62% | 0.37% | - |
| HSV(B) | 247.63º | 0.77% | 0.6% | - |
| XYZ | 7.83 | 4.3 | 30.99 | - |
| YUV | 53.94 | 184.47 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 36 | 154 | 0.67 | 0.77 | 0 | 0.40 | 247.63 | 0.62 | 0.37 |
| Hex | 33 | 24 | 9A | 43 | 4D | 0 | 28 | F8 | 3E | 25 |
| Octal | 63 | 44 | 232 | 103 | 115 | 0 | 50 | 370 | 76 | 45 |
| Binary | 110011 | 100100 | 10011010 | 1000011 | 1001101 | 0 | 101000 | 11111000 | 111110 | 100101 |
Color Harmonies of #33249A
Complementary color
Monochromatic Colors of #33249A
Black with #33249A
Text Example
Text Example
White with #33249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33249A; }
p { color: rgb(51,36,154); }
H1.HeaderClassName
{
color: #33249A;
}
.AnyTagClassName
{
color: #33249A;
}
</style>
background-color css
<style>
a { background-color: #33249A; }
a { background-color: rgb(51,36,154); }
div.DivClassName
{
background-color: #33249A;
}
.BgClassName
{
background-color: #33249A;
}
</style>
border-color css
<style>
span { border-color: #33249A; }
span { border-color: rgb(51,36,154); }
td.TdClassName
{
border-color: #33249A;
}
.TagClassName
{
border-color: #33249A;
}
</style>