Shades of Dark Slate Blue #33399C
Tints of Dark Slate Blue #33399C
RGB
CMYK
RGB Variations
Color information
#33399C (or 0x33399C) is known color: Dark Slate Blue. HEX triplet: 33, 39 and 9C. RGB value is (51,57,156). Sum of RGB (Red+Green+Blue) = 51+57+156=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #33399C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33399C is #CCC663. Grayscale: #424242. Windows color (decimal): -13420132 or 10238259. OLE color: 10238259.
HSL color Cylindrical-coordinate representation of color #33399C: hue angle of 236.57º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33399C is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 57 | 156 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.39 |
| HSL | 236.57º | 0.51% | 0.41% | - |
| HSV(B) | 236.57º | 0.67% | 0.61% | - |
| XYZ | 8.83 | 6.03 | 32.15 | - |
| YUV | 66.49 | 178.51 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 57 | 156 | 0.67 | 0.63 | 0 | 0.39 | 236.57 | 0.51 | 0.41 |
| Hex | 33 | 39 | 9C | 43 | 3F | 0 | 27 | ED | 33 | 29 |
| Octal | 63 | 71 | 234 | 103 | 77 | 0 | 47 | 355 | 63 | 51 |
| Binary | 110011 | 111001 | 10011100 | 1000011 | 111111 | 0 | 100111 | 11101101 | 110011 | 101001 |
Color Harmonies of #33399C
Complementary color
Monochromatic Colors of #33399C
Black with #33399C
Text Example
Text Example
White with #33399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33399C; }
p { color: rgb(51,57,156); }
H1.HeaderClassName
{
color: #33399C;
}
.AnyTagClassName
{
color: #33399C;
}
</style>
background-color css
<style>
a { background-color: #33399C; }
a { background-color: rgb(51,57,156); }
div.DivClassName
{
background-color: #33399C;
}
.BgClassName
{
background-color: #33399C;
}
</style>
border-color css
<style>
span { border-color: #33399C; }
span { border-color: rgb(51,57,156); }
td.TdClassName
{
border-color: #33399C;
}
.TagClassName
{
border-color: #33399C;
}
</style>