Shades of Dark Slate Blue #333095
Tints of Dark Slate Blue #333095
RGB
CMYK
RGB Variations
Color information
#333095 (or 0x333095) is known color: Dark Slate Blue. HEX triplet: 33, 30 and 95. RGB value is (51,48,149). Sum of RGB (Red+Green+Blue) = 51+48+149=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #333095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333095 is #CCCF6A. Grayscale: #3C3C3C. Windows color (decimal): -13422443 or 9777203. OLE color: 9777203.
HSL color Cylindrical-coordinate representation of color #333095: hue angle of 241.78º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #333095 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 48 | 149 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.42 |
| HSL | 241.78º | 0.51% | 0.39% | - |
| HSV(B) | 241.78º | 0.68% | 0.58% | - |
| XYZ | 7.85 | 4.99 | 28.98 | - |
| YUV | 60.41 | 177.99 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 149 | 0.66 | 0.68 | 0 | 0.42 | 241.78 | 0.51 | 0.39 |
| Hex | 33 | 30 | 95 | 42 | 44 | 0 | 2A | F2 | 33 | 27 |
| Octal | 63 | 60 | 225 | 102 | 104 | 0 | 52 | 362 | 63 | 47 |
| Binary | 110011 | 110000 | 10010101 | 1000010 | 1000100 | 0 | 101010 | 11110010 | 110011 | 100111 |
Color Harmonies of #333095
Complementary color
Monochromatic Colors of #333095
Black with #333095
Text Example
Text Example
White with #333095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333095; }
p { color: rgb(51,48,149); }
H1.HeaderClassName
{
color: #333095;
}
.AnyTagClassName
{
color: #333095;
}
</style>
background-color css
<style>
a { background-color: #333095; }
a { background-color: rgb(51,48,149); }
div.DivClassName
{
background-color: #333095;
}
.BgClassName
{
background-color: #333095;
}
</style>
border-color css
<style>
span { border-color: #333095; }
span { border-color: rgb(51,48,149); }
td.TdClassName
{
border-color: #333095;
}
.TagClassName
{
border-color: #333095;
}
</style>