Shades of Dark Slate Blue #333092
Tints of Dark Slate Blue #333092
RGB
CMYK
RGB Variations
Color information
#333092 (or 0x333092) is known color: Dark Slate Blue. HEX triplet: 33, 30 and 92. RGB value is (51,48,146). Sum of RGB (Red+Green+Blue) = 51+48+146=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #333092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333092 is #CCCF6D. Grayscale: #3B3B3B. Windows color (decimal): -13422446 or 9580595. OLE color: 9580595.
HSL color Cylindrical-coordinate representation of color #333092: hue angle of 241.84º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #333092 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 51 | 48 | 146 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.43 |
| HSL | 241.84º | 0.51% | 0.38% | - |
| HSV(B) | 241.84º | 0.67% | 0.57% | - |
| XYZ | 7.61 | 4.89 | 27.74 | - |
| YUV | 60.07 | 176.49 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 146 | 0.65 | 0.67 | 0 | 0.43 | 241.84 | 0.51 | 0.38 |
| Hex | 33 | 30 | 92 | 41 | 43 | 0 | 2B | F2 | 33 | 26 |
| Octal | 63 | 60 | 222 | 101 | 103 | 0 | 53 | 362 | 63 | 46 |
| Binary | 110011 | 110000 | 10010010 | 1000001 | 1000011 | 0 | 101011 | 11110010 | 110011 | 100110 |
Color Harmonies of #333092
Complementary color
Monochromatic Colors of #333092
Black with #333092
Text Example
Text Example
White with #333092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333092; }
p { color: rgb(51,48,146); }
H1.HeaderClassName
{
color: #333092;
}
.AnyTagClassName
{
color: #333092;
}
</style>
background-color css
<style>
a { background-color: #333092; }
a { background-color: rgb(51,48,146); }
div.DivClassName
{
background-color: #333092;
}
.BgClassName
{
background-color: #333092;
}
</style>
border-color css
<style>
span { border-color: #333092; }
span { border-color: rgb(51,48,146); }
td.TdClassName
{
border-color: #333092;
}
.TagClassName
{
border-color: #333092;
}
</style>