Shades of Dark Slate Blue #332BA4
Tints of Dark Slate Blue #332BA4
RGB
CMYK
RGB Variations
Color information
#332BA4 (or 0x332BA4) is known color: Dark Slate Blue. HEX triplet: 33, 2B and A4. RGB value is (51,43,164). Sum of RGB (Red+Green+Blue) = 51+43+164=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 43 (17.19% from 255 or 16.67% from 258); Blue value is 164 (64.45% from 255 or 63.57% from 258); Max value from RGB is 164 - color contains mainly: blue. Hex color #332BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332BA4 is #CCD45B. Grayscale: #3A3A3A. Windows color (decimal): -13423708 or 10758963. OLE color: 10758963.
HSL color Cylindrical-coordinate representation of color #332BA4: hue angle of 243.97º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #332BA4 is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 43 | 164 | - |
| CMYK | 0.69 | 0.74 | 0 | 0.36 |
| HSL | 243.97º | 0.58% | 0.41% | - |
| HSV(B) | 243.97º | 0.74% | 0.64% | - |
| XYZ | 8.93 | 5.11 | 35.64 | - |
| YUV | 59.19 | 187.15 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 43 | 164 | 0.69 | 0.74 | 0 | 0.36 | 243.97 | 0.58 | 0.41 |
| Hex | 33 | 2B | A4 | 45 | 4A | 0 | 24 | F4 | 3A | 29 |
| Octal | 63 | 53 | 244 | 105 | 112 | 0 | 44 | 364 | 72 | 51 |
| Binary | 110011 | 101011 | 10100100 | 1000101 | 1001010 | 0 | 100100 | 11110100 | 111010 | 101001 |
Color Harmonies of #332BA4
Complementary color
Monochromatic Colors of #332BA4
Black with #332BA4
Text Example
Text Example
White with #332BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332BA4; }
p { color: rgb(51,43,164); }
H1.HeaderClassName
{
color: #332BA4;
}
.AnyTagClassName
{
color: #332BA4;
}
</style>
background-color css
<style>
a { background-color: #332BA4; }
a { background-color: rgb(51,43,164); }
div.DivClassName
{
background-color: #332BA4;
}
.BgClassName
{
background-color: #332BA4;
}
</style>
border-color css
<style>
span { border-color: #332BA4; }
span { border-color: rgb(51,43,164); }
td.TdClassName
{
border-color: #332BA4;
}
.TagClassName
{
border-color: #332BA4;
}
</style>