Shades of Dark Slate Blue #3226A2
Tints of Dark Slate Blue #3226A2
RGB
CMYK
RGB Variations
Color information
#3226A2 (or 0x3226A2) is known color: Dark Slate Blue. HEX triplet: 32, 26 and A2. RGB value is (50,38,162). Sum of RGB (Red+Green+Blue) = 50+38+162=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 162 (63.67% from 255 or 64.8% from 250); Max value from RGB is 162 - color contains mainly: blue. Hex color #3226A2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3226A2 is #CDD95D. Grayscale: #373737. Windows color (decimal): -13490526 or 10626610. OLE color: 10626610.
HSL color Cylindrical-coordinate representation of color #3226A2: hue angle of 245.81º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3226A2 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 38 | 162 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.36 |
| HSL | 245.81º | 0.62% | 0.39% | - |
| HSV(B) | 245.81º | 0.77% | 0.64% | - |
| XYZ | 8.53 | 4.67 | 34.63 | - |
| YUV | 55.72 | 187.98 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 38 | 162 | 0.69 | 0.77 | 0 | 0.36 | 245.81 | 0.62 | 0.39 |
| Hex | 32 | 26 | A2 | 45 | 4D | 0 | 24 | F6 | 3E | 27 |
| Octal | 62 | 46 | 242 | 105 | 115 | 0 | 44 | 366 | 76 | 47 |
| Binary | 110010 | 100110 | 10100010 | 1000101 | 1001101 | 0 | 100100 | 11110110 | 111110 | 100111 |
Color Harmonies of #3226A2
Complementary color
Monochromatic Colors of #3226A2
Black with #3226A2
Text Example
Text Example
White with #3226A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3226A2; }
p { color: rgb(50,38,162); }
H1.HeaderClassName
{
color: #3226A2;
}
.AnyTagClassName
{
color: #3226A2;
}
</style>
background-color css
<style>
a { background-color: #3226A2; }
a { background-color: rgb(50,38,162); }
div.DivClassName
{
background-color: #3226A2;
}
.BgClassName
{
background-color: #3226A2;
}
</style>
border-color css
<style>
span { border-color: #3226A2; }
span { border-color: rgb(50,38,162); }
td.TdClassName
{
border-color: #3226A2;
}
.TagClassName
{
border-color: #3226A2;
}
</style>