Shades of Dark Slate Blue #3A349A
Tints of Dark Slate Blue #3A349A
RGB
CMYK
RGB Variations
Color information
#3A349A (or 0x3A349A) is known color: Dark Slate Blue. HEX triplet: 3A, 34 and 9A. RGB value is (58,52,154). Sum of RGB (Red+Green+Blue) = 58+52+154=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 154 (60.55% from 255 or 58.33% from 264); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A349A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A349A is #C5CB65. Grayscale: #414141. Windows color (decimal): -12962662 or 10105914. OLE color: 10105914.
HSL color Cylindrical-coordinate representation of color #3A349A: hue angle of 243.53º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A349A is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 52 | 154 | - |
| CMYK | 0.62 | 0.66 | 0 | 0.40 |
| HSL | 243.53º | 0.5% | 0.4% | - |
| HSV(B) | 243.53º | 0.66% | 0.6% | - |
| XYZ | 8.81 | 5.69 | 31.21 | - |
| YUV | 65.42 | 177.99 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 52 | 154 | 0.62 | 0.66 | 0 | 0.40 | 243.53 | 0.5 | 0.4 |
| Hex | 3A | 34 | 9A | 3E | 42 | 0 | 28 | F4 | 32 | 28 |
| Octal | 72 | 64 | 232 | 76 | 102 | 0 | 50 | 364 | 62 | 50 |
| Binary | 111010 | 110100 | 10011010 | 111110 | 1000010 | 0 | 101000 | 11110100 | 110010 | 101000 |
Color Harmonies of #3A349A
Complementary color
Monochromatic Colors of #3A349A
Black with #3A349A
Text Example
Text Example
White with #3A349A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A349A; }
p { color: rgb(58,52,154); }
H1.HeaderClassName
{
color: #3A349A;
}
.AnyTagClassName
{
color: #3A349A;
}
</style>
background-color css
<style>
a { background-color: #3A349A; }
a { background-color: rgb(58,52,154); }
div.DivClassName
{
background-color: #3A349A;
}
.BgClassName
{
background-color: #3A349A;
}
</style>
border-color css
<style>
span { border-color: #3A349A; }
span { border-color: rgb(58,52,154); }
td.TdClassName
{
border-color: #3A349A;
}
.TagClassName
{
border-color: #3A349A;
}
</style>