Shades of Dark Slate Blue #3531A0
Tints of Dark Slate Blue #3531A0
RGB
CMYK
RGB Variations
Color information
#3531A0 (or 0x3531A0) is known color: Dark Slate Blue. HEX triplet: 35, 31 and A0. RGB value is (53,49,160). Sum of RGB (Red+Green+Blue) = 53+49+160=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 160 (62.89% from 255 or 61.07% from 262); Max value from RGB is 160 - color contains mainly: blue. Hex color #3531A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3531A0 is #CACE5F. Grayscale: #3E3E3E. Windows color (decimal): -13291104 or 10498357. OLE color: 10498357.
HSL color Cylindrical-coordinate representation of color #3531A0: hue angle of 242.16º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3531A0 is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 53 | 49 | 160 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.37 |
| HSL | 242.16º | 0.53% | 0.41% | - |
| HSV(B) | 242.16º | 0.69% | 0.63% | - |
| XYZ | 8.91 | 5.49 | 33.85 | - |
| YUV | 62.85 | 182.83 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 49 | 160 | 0.67 | 0.69 | 0 | 0.37 | 242.16 | 0.53 | 0.41 |
| Hex | 35 | 31 | A0 | 43 | 45 | 0 | 25 | F2 | 35 | 29 |
| Octal | 65 | 61 | 240 | 103 | 105 | 0 | 45 | 362 | 65 | 51 |
| Binary | 110101 | 110001 | 10100000 | 1000011 | 1000101 | 0 | 100101 | 11110010 | 110101 | 101001 |
Color Harmonies of #3531A0
Complementary color
Monochromatic Colors of #3531A0
Black with #3531A0
Text Example
Text Example
White with #3531A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3531A0; }
p { color: rgb(53,49,160); }
H1.HeaderClassName
{
color: #3531A0;
}
.AnyTagClassName
{
color: #3531A0;
}
</style>
background-color css
<style>
a { background-color: #3531A0; }
a { background-color: rgb(53,49,160); }
div.DivClassName
{
background-color: #3531A0;
}
.BgClassName
{
background-color: #3531A0;
}
</style>
border-color css
<style>
span { border-color: #3531A0; }
span { border-color: rgb(53,49,160); }
td.TdClassName
{
border-color: #3531A0;
}
.TagClassName
{
border-color: #3531A0;
}
</style>