Shades of Dark Slate Blue #33309D
Tints of Dark Slate Blue #33309D
RGB
CMYK
RGB Variations
Color information
#33309D (or 0x33309D) is known color: Dark Slate Blue. HEX triplet: 33, 30 and 9D. RGB value is (51,48,157). Sum of RGB (Red+Green+Blue) = 51+48+157=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #33309D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33309D is #CCCF62. Grayscale: #3C3C3C. Windows color (decimal): -13422435 or 10301491. OLE color: 10301491.
HSL color Cylindrical-coordinate representation of color #33309D: hue angle of 241.65º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33309D is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 48 | 157 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.38 |
| HSL | 241.65º | 0.53% | 0.4% | - |
| HSV(B) | 241.65º | 0.69% | 0.62% | - |
| XYZ | 8.51 | 5.25 | 32.46 | - |
| YUV | 61.32 | 181.99 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 157 | 0.68 | 0.69 | 0 | 0.38 | 241.65 | 0.53 | 0.4 |
| Hex | 33 | 30 | 9D | 44 | 45 | 0 | 26 | F2 | 35 | 28 |
| Octal | 63 | 60 | 235 | 104 | 105 | 0 | 46 | 362 | 65 | 50 |
| Binary | 110011 | 110000 | 10011101 | 1000100 | 1000101 | 0 | 100110 | 11110010 | 110101 | 101000 |
Color Harmonies of #33309D
Complementary color
Monochromatic Colors of #33309D
Black with #33309D
Text Example
Text Example
White with #33309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33309D; }
p { color: rgb(51,48,157); }
H1.HeaderClassName
{
color: #33309D;
}
.AnyTagClassName
{
color: #33309D;
}
</style>
background-color css
<style>
a { background-color: #33309D; }
a { background-color: rgb(51,48,157); }
div.DivClassName
{
background-color: #33309D;
}
.BgClassName
{
background-color: #33309D;
}
</style>
border-color css
<style>
span { border-color: #33309D; }
span { border-color: rgb(51,48,157); }
td.TdClassName
{
border-color: #33309D;
}
.TagClassName
{
border-color: #33309D;
}
</style>