Shades of Dark Slate Blue #33239A
Tints of Dark Slate Blue #33239A
RGB
CMYK
RGB Variations
Color information
#33239A (or 0x33239A) is known color: Dark Slate Blue. HEX triplet: 33, 23 and 9A. RGB value is (51,35,154). Sum of RGB (Red+Green+Blue) = 51+35+154=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 154 (60.55% from 255 or 64.17% from 240); Max value from RGB is 154 - color contains mainly: blue. Hex color #33239A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33239A is #CCDC65. Grayscale: #343434. Windows color (decimal): -13425766 or 10101555. OLE color: 10101555.
HSL color Cylindrical-coordinate representation of color #33239A: hue angle of 248.07º degrees, saturation: 0.63, 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 #33239A is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 35 | 154 | - |
| CMYK | 0.67 | 0.77 | 0 | 0.40 |
| HSL | 248.07º | 0.63% | 0.37% | - |
| HSV(B) | 248.07º | 0.77% | 0.6% | - |
| XYZ | 7.8 | 4.24 | 30.98 | - |
| YUV | 53.35 | 184.8 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 35 | 154 | 0.67 | 0.77 | 0 | 0.40 | 248.07 | 0.63 | 0.37 |
| Hex | 33 | 23 | 9A | 43 | 4D | 0 | 28 | F8 | 3F | 25 |
| Octal | 63 | 43 | 232 | 103 | 115 | 0 | 50 | 370 | 77 | 45 |
| Binary | 110011 | 100011 | 10011010 | 1000011 | 1001101 | 0 | 101000 | 11111000 | 111111 | 100101 |
Color Harmonies of #33239A
Complementary color
Monochromatic Colors of #33239A
Black with #33239A
Text Example
Text Example
White with #33239A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33239A; }
p { color: rgb(51,35,154); }
H1.HeaderClassName
{
color: #33239A;
}
.AnyTagClassName
{
color: #33239A;
}
</style>
background-color css
<style>
a { background-color: #33239A; }
a { background-color: rgb(51,35,154); }
div.DivClassName
{
background-color: #33239A;
}
.BgClassName
{
background-color: #33239A;
}
</style>
border-color css
<style>
span { border-color: #33239A; }
span { border-color: rgb(51,35,154); }
td.TdClassName
{
border-color: #33239A;
}
.TagClassName
{
border-color: #33239A;
}
</style>