Shades of Dark Slate Blue #33309A
Tints of Dark Slate Blue #33309A
RGB
CMYK
RGB Variations
Color information
#33309A (or 0x33309A) is known color: Dark Slate Blue. HEX triplet: 33, 30 and 9A. RGB value is (51,48,154). Sum of RGB (Red+Green+Blue) = 51+48+154=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 154 (60.55% from 255 or 60.87% from 253); Max value from RGB is 154 - color contains mainly: blue. Hex color #33309A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33309A is #CCCF65. Grayscale: #3C3C3C. Windows color (decimal): -13422438 or 10104883. OLE color: 10104883.
HSL color Cylindrical-coordinate representation of color #33309A: hue angle of 241.7º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33309A is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 48 | 154 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.40 |
| HSL | 241.7º | 0.52% | 0.4% | - |
| HSV(B) | 241.7º | 0.69% | 0.6% | - |
| XYZ | 8.25 | 5.15 | 31.13 | - |
| YUV | 60.98 | 180.49 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 154 | 0.67 | 0.69 | 0 | 0.40 | 241.7 | 0.52 | 0.4 |
| Hex | 33 | 30 | 9A | 43 | 45 | 0 | 28 | F2 | 34 | 28 |
| Octal | 63 | 60 | 232 | 103 | 105 | 0 | 50 | 362 | 64 | 50 |
| Binary | 110011 | 110000 | 10011010 | 1000011 | 1000101 | 0 | 101000 | 11110010 | 110100 | 101000 |
Color Harmonies of #33309A
Complementary color
Monochromatic Colors of #33309A
Black with #33309A
Text Example
Text Example
White with #33309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33309A; }
p { color: rgb(51,48,154); }
H1.HeaderClassName
{
color: #33309A;
}
.AnyTagClassName
{
color: #33309A;
}
</style>
background-color css
<style>
a { background-color: #33309A; }
a { background-color: rgb(51,48,154); }
div.DivClassName
{
background-color: #33309A;
}
.BgClassName
{
background-color: #33309A;
}
</style>
border-color css
<style>
span { border-color: #33309A; }
span { border-color: rgb(51,48,154); }
td.TdClassName
{
border-color: #33309A;
}
.TagClassName
{
border-color: #33309A;
}
</style>