Shades of Dark Slate Blue #33289B
Tints of Dark Slate Blue #33289B
RGB
CMYK
RGB Variations
Color information
#33289B (or 0x33289B) is known color: Dark Slate Blue. HEX triplet: 33, 28 and 9B. RGB value is (51,40,155). Sum of RGB (Red+Green+Blue) = 51+40+155=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 155 (60.94% from 255 or 63.01% from 246); Max value from RGB is 155 - color contains mainly: blue. Hex color #33289B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33289B is #CCD764. Grayscale: #373737. Windows color (decimal): -13424485 or 10168371. OLE color: 10168371.
HSL color Cylindrical-coordinate representation of color #33289B: hue angle of 245.74º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33289B is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 40 | 155 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.39 |
| HSL | 245.74º | 0.59% | 0.38% | - |
| HSV(B) | 245.74º | 0.74% | 0.61% | - |
| XYZ | 8.04 | 4.59 | 31.47 | - |
| YUV | 56.4 | 183.64 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 40 | 155 | 0.67 | 0.74 | 0 | 0.39 | 245.74 | 0.59 | 0.38 |
| Hex | 33 | 28 | 9B | 43 | 4A | 0 | 27 | F6 | 3B | 26 |
| Octal | 63 | 50 | 233 | 103 | 112 | 0 | 47 | 366 | 73 | 46 |
| Binary | 110011 | 101000 | 10011011 | 1000011 | 1001010 | 0 | 100111 | 11110110 | 111011 | 100110 |
Color Harmonies of #33289B
Complementary color
Monochromatic Colors of #33289B
Black with #33289B
Text Example
Text Example
White with #33289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33289B; }
p { color: rgb(51,40,155); }
H1.HeaderClassName
{
color: #33289B;
}
.AnyTagClassName
{
color: #33289B;
}
</style>
background-color css
<style>
a { background-color: #33289B; }
a { background-color: rgb(51,40,155); }
div.DivClassName
{
background-color: #33289B;
}
.BgClassName
{
background-color: #33289B;
}
</style>
border-color css
<style>
span { border-color: #33289B; }
span { border-color: rgb(51,40,155); }
td.TdClassName
{
border-color: #33289B;
}
.TagClassName
{
border-color: #33289B;
}
</style>