Shades of Dark Slate Blue #33289C
Tints of Dark Slate Blue #33289C
RGB
CMYK
RGB Variations
Color information
#33289C (or 0x33289C) is known color: Dark Slate Blue. HEX triplet: 33, 28 and 9C. RGB value is (51,40,156). Sum of RGB (Red+Green+Blue) = 51+40+156=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #33289C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33289C is #CCD763. Grayscale: #383838. Windows color (decimal): -13424484 or 10233907. OLE color: 10233907.
HSL color Cylindrical-coordinate representation of color #33289C: hue angle of 245.69º 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 #33289C is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 40 | 156 | - |
| CMYK | 0.67 | 0.74 | 0 | 0.39 |
| HSL | 245.69º | 0.59% | 0.38% | - |
| HSV(B) | 245.69º | 0.74% | 0.61% | - |
| XYZ | 8.12 | 4.62 | 31.92 | - |
| YUV | 56.51 | 184.14 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 40 | 156 | 0.67 | 0.74 | 0 | 0.39 | 245.69 | 0.59 | 0.38 |
| Hex | 33 | 28 | 9C | 43 | 4A | 0 | 27 | F6 | 3B | 26 |
| Octal | 63 | 50 | 234 | 103 | 112 | 0 | 47 | 366 | 73 | 46 |
| Binary | 110011 | 101000 | 10011100 | 1000011 | 1001010 | 0 | 100111 | 11110110 | 111011 | 100110 |
Color Harmonies of #33289C
Complementary color
Monochromatic Colors of #33289C
Black with #33289C
Text Example
Text Example
White with #33289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33289C; }
p { color: rgb(51,40,156); }
H1.HeaderClassName
{
color: #33289C;
}
.AnyTagClassName
{
color: #33289C;
}
</style>
background-color css
<style>
a { background-color: #33289C; }
a { background-color: rgb(51,40,156); }
div.DivClassName
{
background-color: #33289C;
}
.BgClassName
{
background-color: #33289C;
}
</style>
border-color css
<style>
span { border-color: #33289C; }
span { border-color: rgb(51,40,156); }
td.TdClassName
{
border-color: #33289C;
}
.TagClassName
{
border-color: #33289C;
}
</style>