Shades of Dark Slate Blue #33339B
Tints of Dark Slate Blue #33339B
RGB
CMYK
RGB Variations
Color information
#33339B (or 0x33339B) is known color: Dark Slate Blue. HEX triplet: 33, 33 and 9B. RGB value is (51,51,155). Sum of RGB (Red+Green+Blue) = 51+51+155=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #33339B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33339B is #CCCC64. Grayscale: #3E3E3E. Windows color (decimal): -13421669 or 10171187. OLE color: 10171187.
HSL color Cylindrical-coordinate representation of color #33339B: hue angle of 240º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33339B is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 51 | 155 | - |
| CMYK | 0.67 | 0.67 | 0 | 0.39 |
| HSL | 240º | 0.5% | 0.4% | - |
| HSV(B) | 240º | 0.67% | 0.61% | - |
| XYZ | 8.47 | 5.44 | 31.61 | - |
| YUV | 62.86 | 180 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 51 | 155 | 0.67 | 0.67 | 0 | 0.39 | 240 | 0.5 | 0.4 |
| Hex | 33 | 33 | 9B | 43 | 43 | 0 | 27 | F0 | 32 | 28 |
| Octal | 63 | 63 | 233 | 103 | 103 | 0 | 47 | 360 | 62 | 50 |
| Binary | 110011 | 110011 | 10011011 | 1000011 | 1000011 | 0 | 100111 | 11110000 | 110010 | 101000 |
Color Harmonies of #33339B
Complementary color
Monochromatic Colors of #33339B
Black with #33339B
Text Example
Text Example
White with #33339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33339B; }
p { color: rgb(51,51,155); }
H1.HeaderClassName
{
color: #33339B;
}
.AnyTagClassName
{
color: #33339B;
}
</style>
background-color css
<style>
a { background-color: #33339B; }
a { background-color: rgb(51,51,155); }
div.DivClassName
{
background-color: #33339B;
}
.BgClassName
{
background-color: #33339B;
}
</style>
border-color css
<style>
span { border-color: #33339B; }
span { border-color: rgb(51,51,155); }
td.TdClassName
{
border-color: #33339B;
}
.TagClassName
{
border-color: #33339B;
}
</style>