Shades of Dark Slate Blue #33339D
Tints of Dark Slate Blue #33339D
RGB
CMYK
RGB Variations
Color information
#33339D (or 0x33339D) is known color: Dark Slate Blue. HEX triplet: 33, 33 and 9D. RGB value is (51,51,157). Sum of RGB (Red+Green+Blue) = 51+51+157=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 157 (61.72% from 255 or 60.62% from 259); Max value from RGB is 157 - color contains mainly: blue. Hex color #33339D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33339D is #CCCC62. Grayscale: #3E3E3E. Windows color (decimal): -13421667 or 10302259. OLE color: 10302259.
HSL color Cylindrical-coordinate representation of color #33339D: hue angle of 240º degrees, saturation: 0.51, 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 #33339D is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 51 | 157 | - |
| CMYK | 0.68 | 0.68 | 0 | 0.38 |
| HSL | 240º | 0.51% | 0.41% | - |
| HSV(B) | 240º | 0.68% | 0.62% | - |
| XYZ | 8.63 | 5.51 | 32.51 | - |
| YUV | 63.08 | 181 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 51 | 157 | 0.68 | 0.68 | 0 | 0.38 | 240 | 0.51 | 0.41 |
| Hex | 33 | 33 | 9D | 44 | 44 | 0 | 26 | F0 | 33 | 29 |
| Octal | 63 | 63 | 235 | 104 | 104 | 0 | 46 | 360 | 63 | 51 |
| Binary | 110011 | 110011 | 10011101 | 1000100 | 1000100 | 0 | 100110 | 11110000 | 110011 | 101001 |
Color Harmonies of #33339D
Complementary color
Monochromatic Colors of #33339D
Black with #33339D
Text Example
Text Example
White with #33339D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33339D; }
p { color: rgb(51,51,157); }
H1.HeaderClassName
{
color: #33339D;
}
.AnyTagClassName
{
color: #33339D;
}
</style>
background-color css
<style>
a { background-color: #33339D; }
a { background-color: rgb(51,51,157); }
div.DivClassName
{
background-color: #33339D;
}
.BgClassName
{
background-color: #33339D;
}
</style>
border-color css
<style>
span { border-color: #33339D; }
span { border-color: rgb(51,51,157); }
td.TdClassName
{
border-color: #33339D;
}
.TagClassName
{
border-color: #33339D;
}
</style>