Shades of Dark Slate Blue #333598
Tints of Dark Slate Blue #333598
RGB
CMYK
RGB Variations
Color information
#333598 (or 0x333598) is known color: Dark Slate Blue. HEX triplet: 33, 35 and 98. RGB value is (51,53,152). Sum of RGB (Red+Green+Blue) = 51+53+152=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #333598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333598 is #CCCA67. Grayscale: #3F3F3F. Windows color (decimal): -13421160 or 9975091. OLE color: 9975091.
HSL color Cylindrical-coordinate representation of color #333598: hue angle of 238.81º 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 #333598 is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 53 | 152 | - |
| CMYK | 0.66 | 0.65 | 0 | 0.40 |
| HSL | 238.81º | 0.5% | 0.4% | - |
| HSV(B) | 238.81º | 0.66% | 0.6% | - |
| XYZ | 8.31 | 5.52 | 30.33 | - |
| YUV | 63.69 | 177.84 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 53 | 152 | 0.66 | 0.65 | 0 | 0.40 | 238.81 | 0.5 | 0.4 |
| Hex | 33 | 35 | 98 | 42 | 41 | 0 | 28 | EF | 32 | 28 |
| Octal | 63 | 65 | 230 | 102 | 101 | 0 | 50 | 357 | 62 | 50 |
| Binary | 110011 | 110101 | 10011000 | 1000010 | 1000001 | 0 | 101000 | 11101111 | 110010 | 101000 |
Color Harmonies of #333598
Complementary color
Monochromatic Colors of #333598
Black with #333598
Text Example
Text Example
White with #333598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333598; }
p { color: rgb(51,53,152); }
H1.HeaderClassName
{
color: #333598;
}
.AnyTagClassName
{
color: #333598;
}
</style>
background-color css
<style>
a { background-color: #333598; }
a { background-color: rgb(51,53,152); }
div.DivClassName
{
background-color: #333598;
}
.BgClassName
{
background-color: #333598;
}
</style>
border-color css
<style>
span { border-color: #333598; }
span { border-color: rgb(51,53,152); }
td.TdClassName
{
border-color: #333598;
}
.TagClassName
{
border-color: #333598;
}
</style>