Shades of Dark Slate Blue #3232A2
Tints of Dark Slate Blue #3232A2
RGB
CMYK
RGB Variations
Color information
#3232A2 (or 0x3232A2) is known color: Dark Slate Blue. HEX triplet: 32, 32 and A2. RGB value is (50,50,162). Sum of RGB (Red+Green+Blue) = 50+50+162=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 162 (63.67% from 255 or 61.83% from 262); Max value from RGB is 162 - color contains mainly: blue. Hex color #3232A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3232A2 is #CDCD5D. Grayscale: #3E3E3E. Windows color (decimal): -13487454 or 10629682. OLE color: 10629682.
HSL color Cylindrical-coordinate representation of color #3232A2: hue angle of 240º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3232A2 is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 50 | 162 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.36 |
| HSL | 240º | 0.53% | 0.42% | - |
| HSV(B) | 240º | 0.69% | 0.64% | - |
| XYZ | 8.98 | 5.57 | 34.78 | - |
| YUV | 62.77 | 184 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 162 | 0.69 | 0.69 | 0 | 0.36 | 240 | 0.53 | 0.42 |
| Hex | 32 | 32 | A2 | 45 | 45 | 0 | 24 | F0 | 35 | 2A |
| Octal | 62 | 62 | 242 | 105 | 105 | 0 | 44 | 360 | 65 | 52 |
| Binary | 110010 | 110010 | 10100010 | 1000101 | 1000101 | 0 | 100100 | 11110000 | 110101 | 101010 |
Color Harmonies of #3232A2
Complementary color
Monochromatic Colors of #3232A2
Black with #3232A2
Text Example
Text Example
White with #3232A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3232A2; }
p { color: rgb(50,50,162); }
H1.HeaderClassName
{
color: #3232A2;
}
.AnyTagClassName
{
color: #3232A2;
}
</style>
background-color css
<style>
a { background-color: #3232A2; }
a { background-color: rgb(50,50,162); }
div.DivClassName
{
background-color: #3232A2;
}
.BgClassName
{
background-color: #3232A2;
}
</style>
border-color css
<style>
span { border-color: #3232A2; }
span { border-color: rgb(50,50,162); }
td.TdClassName
{
border-color: #3232A2;
}
.TagClassName
{
border-color: #3232A2;
}
</style>