Shades of Dark Slate Blue #332BA3
Tints of Dark Slate Blue #332BA3
RGB
CMYK
RGB Variations
Color information
#332BA3 (or 0x332BA3) is known color: Dark Slate Blue. HEX triplet: 33, 2B and A3. RGB value is (51,43,163). Sum of RGB (Red+Green+Blue) = 51+43+163=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 43 (17.19% from 255 or 16.73% from 257); Blue value is 163 (64.06% from 255 or 63.42% from 257); Max value from RGB is 163 - color contains mainly: blue. Hex color #332BA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332BA3 is #CCD45C. Grayscale: #3A3A3A. Windows color (decimal): -13423709 or 10693427. OLE color: 10693427.
HSL color Cylindrical-coordinate representation of color #332BA3: hue angle of 244º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #332BA3 is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 43 | 163 | - |
| CMYK | 0.69 | 0.74 | 0 | 0.36 |
| HSL | 244º | 0.58% | 0.4% | - |
| HSV(B) | 244º | 0.74% | 0.64% | - |
| XYZ | 8.84 | 5.08 | 35.16 | - |
| YUV | 59.07 | 186.65 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 43 | 163 | 0.69 | 0.74 | 0 | 0.36 | 244 | 0.58 | 0.4 |
| Hex | 33 | 2B | A3 | 45 | 4A | 0 | 24 | F4 | 3A | 28 |
| Octal | 63 | 53 | 243 | 105 | 112 | 0 | 44 | 364 | 72 | 50 |
| Binary | 110011 | 101011 | 10100011 | 1000101 | 1001010 | 0 | 100100 | 11110100 | 111010 | 101000 |
Color Harmonies of #332BA3
Complementary color
Monochromatic Colors of #332BA3
Black with #332BA3
Text Example
Text Example
White with #332BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332BA3; }
p { color: rgb(51,43,163); }
H1.HeaderClassName
{
color: #332BA3;
}
.AnyTagClassName
{
color: #332BA3;
}
</style>
background-color css
<style>
a { background-color: #332BA3; }
a { background-color: rgb(51,43,163); }
div.DivClassName
{
background-color: #332BA3;
}
.BgClassName
{
background-color: #332BA3;
}
</style>
border-color css
<style>
span { border-color: #332BA3; }
span { border-color: rgb(51,43,163); }
td.TdClassName
{
border-color: #332BA3;
}
.TagClassName
{
border-color: #332BA3;
}
</style>