Shades of Dark Slate Blue #33359D
Tints of Dark Slate Blue #33359D
RGB
CMYK
RGB Variations
Color information
#33359D (or 0x33359D) is known color: Dark Slate Blue. HEX triplet: 33, 35 and 9D. RGB value is (51,53,157). Sum of RGB (Red+Green+Blue) = 51+53+157=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #33359D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33359D is #CCCA62. Grayscale: #3F3F3F. Windows color (decimal): -13421155 or 10302771. OLE color: 10302771.
HSL color Cylindrical-coordinate representation of color #33359D: hue angle of 238.87º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33359D is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 53 | 157 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.38 |
| HSL | 238.87º | 0.51% | 0.41% | - |
| HSV(B) | 238.87º | 0.68% | 0.62% | - |
| XYZ | 8.72 | 5.68 | 32.54 | - |
| YUV | 64.26 | 180.34 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 53 | 157 | 0.68 | 0.66 | 0 | 0.38 | 238.87 | 0.51 | 0.41 |
| Hex | 33 | 35 | 9D | 44 | 42 | 0 | 26 | EF | 33 | 29 |
| Octal | 63 | 65 | 235 | 104 | 102 | 0 | 46 | 357 | 63 | 51 |
| Binary | 110011 | 110101 | 10011101 | 1000100 | 1000010 | 0 | 100110 | 11101111 | 110011 | 101001 |
Color Harmonies of #33359D
Complementary color
Monochromatic Colors of #33359D
Black with #33359D
Text Example
Text Example
White with #33359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33359D; }
p { color: rgb(51,53,157); }
H1.HeaderClassName
{
color: #33359D;
}
.AnyTagClassName
{
color: #33359D;
}
</style>
background-color css
<style>
a { background-color: #33359D; }
a { background-color: rgb(51,53,157); }
div.DivClassName
{
background-color: #33359D;
}
.BgClassName
{
background-color: #33359D;
}
</style>
border-color css
<style>
span { border-color: #33359D; }
span { border-color: rgb(51,53,157); }
td.TdClassName
{
border-color: #33359D;
}
.TagClassName
{
border-color: #33359D;
}
</style>