Shades of Dark Slate Blue #3534A0
Tints of Dark Slate Blue #3534A0
RGB
CMYK
RGB Variations
Color information
#3534A0 (or 0x3534A0) is known color: Dark Slate Blue. HEX triplet: 35, 34 and A0. RGB value is (53,52,160). Sum of RGB (Red+Green+Blue) = 53+52+160=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 160 (62.89% from 255 or 60.38% from 265); Max value from RGB is 160 - color contains mainly: blue. Hex color #3534A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3534A0 is #CACB5F. Grayscale: #404040. Windows color (decimal): -13290336 or 10499125. OLE color: 10499125.
HSL color Cylindrical-coordinate representation of color #3534A0: hue angle of 240.56º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3534A0 is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 53 | 52 | 160 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.37 |
| HSL | 240.56º | 0.51% | 0.42% | - |
| HSV(B) | 240.56º | 0.68% | 0.63% | - |
| XYZ | 9.04 | 5.75 | 33.89 | - |
| YUV | 64.61 | 181.83 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 52 | 160 | 0.67 | 0.68 | 0 | 0.37 | 240.56 | 0.51 | 0.42 |
| Hex | 35 | 34 | A0 | 43 | 44 | 0 | 25 | F1 | 33 | 2A |
| Octal | 65 | 64 | 240 | 103 | 104 | 0 | 45 | 361 | 63 | 52 |
| Binary | 110101 | 110100 | 10100000 | 1000011 | 1000100 | 0 | 100101 | 11110001 | 110011 | 101010 |
Color Harmonies of #3534A0
Complementary color
Monochromatic Colors of #3534A0
Black with #3534A0
Text Example
Text Example
White with #3534A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3534A0; }
p { color: rgb(53,52,160); }
H1.HeaderClassName
{
color: #3534A0;
}
.AnyTagClassName
{
color: #3534A0;
}
</style>
background-color css
<style>
a { background-color: #3534A0; }
a { background-color: rgb(53,52,160); }
div.DivClassName
{
background-color: #3534A0;
}
.BgClassName
{
background-color: #3534A0;
}
</style>
border-color css
<style>
span { border-color: #3534A0; }
span { border-color: rgb(53,52,160); }
td.TdClassName
{
border-color: #3534A0;
}
.TagClassName
{
border-color: #3534A0;
}
</style>