Shades of Dark Slate Blue #333099
Tints of Dark Slate Blue #333099
RGB
CMYK
RGB Variations
Color information
#333099 (or 0x333099) is known color: Dark Slate Blue. HEX triplet: 33, 30 and 99. RGB value is (51,48,153). Sum of RGB (Red+Green+Blue) = 51+48+153=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #333099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333099 is #CCCF66. Grayscale: #3C3C3C. Windows color (decimal): -13422439 or 10039347. OLE color: 10039347.
HSL color Cylindrical-coordinate representation of color #333099: hue angle of 241.71º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #333099 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 48 | 153 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.4 |
| HSL | 241.71º | 0.52% | 0.39% | - |
| HSV(B) | 241.71º | 0.69% | 0.6% | - |
| XYZ | 8.17 | 5.12 | 30.69 | - |
| YUV | 60.87 | 179.99 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 153 | 0.67 | 0.69 | 0 | 0.4 | 241.71 | 0.52 | 0.39 |
| Hex | 33 | 30 | 99 | 43 | 45 | 0 | 28 | F2 | 34 | 27 |
| Octal | 63 | 60 | 231 | 103 | 105 | 0 | 50 | 362 | 64 | 47 |
| Binary | 110011 | 110000 | 10011001 | 1000011 | 1000101 | 0 | 101000 | 11110010 | 110100 | 100111 |
Color Harmonies of #333099
Complementary color
Monochromatic Colors of #333099
Black with #333099
Text Example
Text Example
White with #333099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333099; }
p { color: rgb(51,48,153); }
H1.HeaderClassName
{
color: #333099;
}
.AnyTagClassName
{
color: #333099;
}
</style>
background-color css
<style>
a { background-color: #333099; }
a { background-color: rgb(51,48,153); }
div.DivClassName
{
background-color: #333099;
}
.BgClassName
{
background-color: #333099;
}
</style>
border-color css
<style>
span { border-color: #333099; }
span { border-color: rgb(51,48,153); }
td.TdClassName
{
border-color: #333099;
}
.TagClassName
{
border-color: #333099;
}
</style>