Shades of Dark Slate Blue #333698
Tints of Dark Slate Blue #333698
RGB
CMYK
RGB Variations
Color information
#333698 (or 0x333698) is known color: Dark Slate Blue. HEX triplet: 33, 36 and 98. RGB value is (51,54,152). Sum of RGB (Red+Green+Blue) = 51+54+152=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #333698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333698 is #CCC967. Grayscale: #3F3F3F. Windows color (decimal): -13420904 or 9975347. OLE color: 9975347.
HSL color Cylindrical-coordinate representation of color #333698: hue angle of 238.22º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #333698 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 54 | 152 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.40 |
| HSL | 238.22º | 0.5% | 0.4% | - |
| HSV(B) | 238.22º | 0.66% | 0.6% | - |
| XYZ | 8.35 | 5.61 | 30.35 | - |
| YUV | 64.28 | 177.51 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 54 | 152 | 0.66 | 0.64 | 0 | 0.40 | 238.22 | 0.5 | 0.4 |
| Hex | 33 | 36 | 98 | 42 | 40 | 0 | 28 | EE | 32 | 28 |
| Octal | 63 | 66 | 230 | 102 | 100 | 0 | 50 | 356 | 62 | 50 |
| Binary | 110011 | 110110 | 10011000 | 1000010 | 1000000 | 0 | 101000 | 11101110 | 110010 | 101000 |
Color Harmonies of #333698
Complementary color
Monochromatic Colors of #333698
Black with #333698
Text Example
Text Example
White with #333698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333698; }
p { color: rgb(51,54,152); }
H1.HeaderClassName
{
color: #333698;
}
.AnyTagClassName
{
color: #333698;
}
</style>
background-color css
<style>
a { background-color: #333698; }
a { background-color: rgb(51,54,152); }
div.DivClassName
{
background-color: #333698;
}
.BgClassName
{
background-color: #333698;
}
</style>
border-color css
<style>
span { border-color: #333698; }
span { border-color: rgb(51,54,152); }
td.TdClassName
{
border-color: #333698;
}
.TagClassName
{
border-color: #333698;
}
</style>