Shades of Dark Slate Blue #33329E
Tints of Dark Slate Blue #33329E
RGB
CMYK
RGB Variations
Color information
#33329E (or 0x33329E) is known color: Dark Slate Blue. HEX triplet: 33, 32 and 9E. RGB value is (51,50,158). Sum of RGB (Red+Green+Blue) = 51+50+158=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 158 (62.11% from 255 or 61.00% from 259); Max value from RGB is 158 - color contains mainly: blue. Hex color #33329E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33329E is #CCCD61. Grayscale: #3E3E3E. Windows color (decimal): -13421922 or 10367539. OLE color: 10367539.
HSL color Cylindrical-coordinate representation of color #33329E: hue angle of 240.56º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33329E is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 50 | 158 | - |
| CMYK | 0.68 | 0.68 | 0 | 0.38 |
| HSL | 240.56º | 0.52% | 0.41% | - |
| HSV(B) | 240.56º | 0.68% | 0.62% | - |
| XYZ | 8.68 | 5.45 | 32.94 | - |
| YUV | 62.61 | 181.83 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 158 | 0.68 | 0.68 | 0 | 0.38 | 240.56 | 0.52 | 0.41 |
| Hex | 33 | 32 | 9E | 44 | 44 | 0 | 26 | F1 | 34 | 29 |
| Octal | 63 | 62 | 236 | 104 | 104 | 0 | 46 | 361 | 64 | 51 |
| Binary | 110011 | 110010 | 10011110 | 1000100 | 1000100 | 0 | 100110 | 11110001 | 110100 | 101001 |
Color Harmonies of #33329E
Complementary color
Monochromatic Colors of #33329E
Black with #33329E
Text Example
Text Example
White with #33329E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33329E; }
p { color: rgb(51,50,158); }
H1.HeaderClassName
{
color: #33329E;
}
.AnyTagClassName
{
color: #33329E;
}
</style>
background-color css
<style>
a { background-color: #33329E; }
a { background-color: rgb(51,50,158); }
div.DivClassName
{
background-color: #33329E;
}
.BgClassName
{
background-color: #33329E;
}
</style>
border-color css
<style>
span { border-color: #33329E; }
span { border-color: rgb(51,50,158); }
td.TdClassName
{
border-color: #33329E;
}
.TagClassName
{
border-color: #33329E;
}
</style>