Shades of Dark Slate Blue #33288E
Tints of Dark Slate Blue #33288E
RGB
CMYK
RGB Variations
Color information
#33288E (or 0x33288E) is known color: Dark Slate Blue. HEX triplet: 33, 28 and 8E. RGB value is (51,40,142). Sum of RGB (Red+Green+Blue) = 51+40+142=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 142 (55.86% from 255 or 60.94% from 233); Max value from RGB is 142 - color contains mainly: blue. Hex color #33288E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33288E is #CCD771. Grayscale: #363636. Windows color (decimal): -13424498 or 9316403. OLE color: 9316403.
HSL color Cylindrical-coordinate representation of color #33288E: hue angle of 246.47º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33288E is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 51 | 40 | 142 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.44 |
| HSL | 246.47º | 0.56% | 0.36% | - |
| HSV(B) | 246.47º | 0.72% | 0.56% | - |
| XYZ | 7.01 | 4.17 | 26.03 | - |
| YUV | 54.92 | 177.14 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 40 | 142 | 0.64 | 0.72 | 0 | 0.44 | 246.47 | 0.56 | 0.36 |
| Hex | 33 | 28 | 8E | 40 | 48 | 0 | 2C | F6 | 38 | 24 |
| Octal | 63 | 50 | 216 | 100 | 110 | 0 | 54 | 366 | 70 | 44 |
| Binary | 110011 | 101000 | 10001110 | 1000000 | 1001000 | 0 | 101100 | 11110110 | 111000 | 100100 |
Color Harmonies of #33288E
Complementary color
Monochromatic Colors of #33288E
Black with #33288E
Text Example
Text Example
White with #33288E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33288E; }
p { color: rgb(51,40,142); }
H1.HeaderClassName
{
color: #33288E;
}
.AnyTagClassName
{
color: #33288E;
}
</style>
background-color css
<style>
a { background-color: #33288E; }
a { background-color: rgb(51,40,142); }
div.DivClassName
{
background-color: #33288E;
}
.BgClassName
{
background-color: #33288E;
}
</style>
border-color css
<style>
span { border-color: #33288E; }
span { border-color: rgb(51,40,142); }
td.TdClassName
{
border-color: #33288E;
}
.TagClassName
{
border-color: #33288E;
}
</style>