Shades of Dark Slate Blue #33229B
Tints of Dark Slate Blue #33229B
RGB
CMYK
RGB Variations
Color information
#33229B (or 0x33229B) is known color: Dark Slate Blue. HEX triplet: 33, 22 and 9B. RGB value is (51,34,155). Sum of RGB (Red+Green+Blue) = 51+34+155=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 155 (60.94% from 255 or 64.58% from 240); Max value from RGB is 155 - color contains mainly: blue. Hex color #33229B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33229B is #CCDD64. Grayscale: #343434. Windows color (decimal): -13426021 or 10166835. OLE color: 10166835.
HSL color Cylindrical-coordinate representation of color #33229B: hue angle of 248.43º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33229B is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 34 | 155 | - |
| CMYK | 0.67 | 0.78 | 0 | 0.39 |
| HSL | 248.43º | 0.64% | 0.37% | - |
| HSV(B) | 248.43º | 0.78% | 0.61% | - |
| XYZ | 7.85 | 4.21 | 31.41 | - |
| YUV | 52.88 | 185.63 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 34 | 155 | 0.67 | 0.78 | 0 | 0.39 | 248.43 | 0.64 | 0.37 |
| Hex | 33 | 22 | 9B | 43 | 4E | 0 | 27 | F8 | 40 | 25 |
| Octal | 63 | 42 | 233 | 103 | 116 | 0 | 47 | 370 | 100 | 45 |
| Binary | 110011 | 100010 | 10011011 | 1000011 | 1001110 | 0 | 100111 | 11111000 | 1000000 | 100101 |
Color Harmonies of #33229B
Complementary color
Monochromatic Colors of #33229B
Black with #33229B
Text Example
Text Example
White with #33229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33229B; }
p { color: rgb(51,34,155); }
H1.HeaderClassName
{
color: #33229B;
}
.AnyTagClassName
{
color: #33229B;
}
</style>
background-color css
<style>
a { background-color: #33229B; }
a { background-color: rgb(51,34,155); }
div.DivClassName
{
background-color: #33229B;
}
.BgClassName
{
background-color: #33229B;
}
</style>
border-color css
<style>
span { border-color: #33229B; }
span { border-color: rgb(51,34,155); }
td.TdClassName
{
border-color: #33229B;
}
.TagClassName
{
border-color: #33229B;
}
</style>