Shades of Dark Slate Blue #33399A
Tints of Dark Slate Blue #33399A
RGB
CMYK
RGB Variations
Color information
#33399A (or 0x33399A) is known color: Dark Slate Blue. HEX triplet: 33, 39 and 9A. RGB value is (51,57,154). Sum of RGB (Red+Green+Blue) = 51+57+154=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 154 (60.55% from 255 or 58.78% from 262); Max value from RGB is 154 - color contains mainly: blue. Hex color #33399A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33399A is #CCC665. Grayscale: #414141. Windows color (decimal): -13420134 or 10107187. OLE color: 10107187.
HSL color Cylindrical-coordinate representation of color #33399A: hue angle of 236.5º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33399A is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 57 | 154 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.40 |
| HSL | 236.5º | 0.5% | 0.4% | - |
| HSV(B) | 236.5º | 0.67% | 0.6% | - |
| XYZ | 8.66 | 5.96 | 31.27 | - |
| YUV | 66.26 | 177.51 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 57 | 154 | 0.67 | 0.63 | 0 | 0.40 | 236.5 | 0.5 | 0.4 |
| Hex | 33 | 39 | 9A | 43 | 3F | 0 | 28 | ED | 32 | 28 |
| Octal | 63 | 71 | 232 | 103 | 77 | 0 | 50 | 355 | 62 | 50 |
| Binary | 110011 | 111001 | 10011010 | 1000011 | 111111 | 0 | 101000 | 11101101 | 110010 | 101000 |
Color Harmonies of #33399A
Complementary color
Monochromatic Colors of #33399A
Black with #33399A
Text Example
Text Example
White with #33399A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33399A; }
p { color: rgb(51,57,154); }
H1.HeaderClassName
{
color: #33399A;
}
.AnyTagClassName
{
color: #33399A;
}
</style>
background-color css
<style>
a { background-color: #33399A; }
a { background-color: rgb(51,57,154); }
div.DivClassName
{
background-color: #33399A;
}
.BgClassName
{
background-color: #33399A;
}
</style>
border-color css
<style>
span { border-color: #33399A; }
span { border-color: rgb(51,57,154); }
td.TdClassName
{
border-color: #33399A;
}
.TagClassName
{
border-color: #33399A;
}
</style>