Shades of Dark Slate Blue #333192
Tints of Dark Slate Blue #333192
RGB
CMYK
RGB Variations
Color information
#333192 (or 0x333192) is known color: Dark Slate Blue. HEX triplet: 33, 31 and 92. RGB value is (51,49,146). Sum of RGB (Red+Green+Blue) = 51+49+146=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #333192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333192 is #CCCE6D. Grayscale: #3C3C3C. Windows color (decimal): -13422190 or 9580851. OLE color: 9580851.
HSL color Cylindrical-coordinate representation of color #333192: hue angle of 241.24º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #333192 is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 49 | 146 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.43 |
| HSL | 241.24º | 0.5% | 0.38% | - |
| HSV(B) | 241.24º | 0.66% | 0.57% | - |
| XYZ | 7.65 | 4.98 | 27.75 | - |
| YUV | 60.66 | 176.16 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 49 | 146 | 0.65 | 0.66 | 0 | 0.43 | 241.24 | 0.5 | 0.38 |
| Hex | 33 | 31 | 92 | 41 | 42 | 0 | 2B | F1 | 32 | 26 |
| Octal | 63 | 61 | 222 | 101 | 102 | 0 | 53 | 361 | 62 | 46 |
| Binary | 110011 | 110001 | 10010010 | 1000001 | 1000010 | 0 | 101011 | 11110001 | 110010 | 100110 |
Color Harmonies of #333192
Complementary color
Monochromatic Colors of #333192
Black with #333192
Text Example
Text Example
White with #333192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333192; }
p { color: rgb(51,49,146); }
H1.HeaderClassName
{
color: #333192;
}
.AnyTagClassName
{
color: #333192;
}
</style>
background-color css
<style>
a { background-color: #333192; }
a { background-color: rgb(51,49,146); }
div.DivClassName
{
background-color: #333192;
}
.BgClassName
{
background-color: #333192;
}
</style>
border-color css
<style>
span { border-color: #333192; }
span { border-color: rgb(51,49,146); }
td.TdClassName
{
border-color: #333192;
}
.TagClassName
{
border-color: #333192;
}
</style>