Shades of Dark Slate Blue #33369C
Tints of Dark Slate Blue #33369C
RGB
CMYK
RGB Variations
Color information
#33369C (or 0x33369C) is known color: Dark Slate Blue. HEX triplet: 33, 36 and 9C. RGB value is (51,54,156). Sum of RGB (Red+Green+Blue) = 51+54+156=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 156 (61.33% from 255 or 59.77% from 261); Max value from RGB is 156 - color contains mainly: blue. Hex color #33369C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33369C is #CCC963. Grayscale: #404040. Windows color (decimal): -13420900 or 10237491. OLE color: 10237491.
HSL color Cylindrical-coordinate representation of color #33369C: hue angle of 238.29º 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 #33369C is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 54 | 156 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.39 |
| HSL | 238.29º | 0.51% | 0.41% | - |
| HSV(B) | 238.29º | 0.67% | 0.61% | - |
| XYZ | 8.69 | 5.74 | 32.1 | - |
| YUV | 64.73 | 179.51 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 54 | 156 | 0.67 | 0.65 | 0 | 0.39 | 238.29 | 0.51 | 0.41 |
| Hex | 33 | 36 | 9C | 43 | 41 | 0 | 27 | EE | 33 | 29 |
| Octal | 63 | 66 | 234 | 103 | 101 | 0 | 47 | 356 | 63 | 51 |
| Binary | 110011 | 110110 | 10011100 | 1000011 | 1000001 | 0 | 100111 | 11101110 | 110011 | 101001 |
Color Harmonies of #33369C
Complementary color
Monochromatic Colors of #33369C
Black with #33369C
Text Example
Text Example
White with #33369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33369C; }
p { color: rgb(51,54,156); }
H1.HeaderClassName
{
color: #33369C;
}
.AnyTagClassName
{
color: #33369C;
}
</style>
background-color css
<style>
a { background-color: #33369C; }
a { background-color: rgb(51,54,156); }
div.DivClassName
{
background-color: #33369C;
}
.BgClassName
{
background-color: #33369C;
}
</style>
border-color css
<style>
span { border-color: #33369C; }
span { border-color: rgb(51,54,156); }
td.TdClassName
{
border-color: #33369C;
}
.TagClassName
{
border-color: #33369C;
}
</style>