Shades of Dark Slate Blue #3A348F
Tints of Dark Slate Blue #3A348F
RGB
CMYK
RGB Variations
Color information
#3A348F (or 0x3A348F) is known color: Dark Slate Blue. HEX triplet: 3A, 34 and 8F. RGB value is (58,52,143). Sum of RGB (Red+Green+Blue) = 58+52+143=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 143 (56.25% from 255 or 56.52% from 253); Max value from RGB is 143 - color contains mainly: blue. Hex color #3A348F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A348F is #C5CB70. Grayscale: #3F3F3F. Windows color (decimal): -12962673 or 9385018. OLE color: 9385018.
HSL color Cylindrical-coordinate representation of color #3A348F: hue angle of 243.96º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A348F is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 52 | 143 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.44 |
| HSL | 243.96º | 0.47% | 0.38% | - |
| HSV(B) | 243.96º | 0.64% | 0.56% | - |
| XYZ | 7.93 | 5.34 | 26.6 | - |
| YUV | 64.17 | 172.49 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 52 | 143 | 0.59 | 0.64 | 0 | 0.44 | 243.96 | 0.47 | 0.38 |
| Hex | 3A | 34 | 8F | 3B | 40 | 0 | 2C | F4 | 2F | 26 |
| Octal | 72 | 64 | 217 | 73 | 100 | 0 | 54 | 364 | 57 | 46 |
| Binary | 111010 | 110100 | 10001111 | 111011 | 1000000 | 0 | 101100 | 11110100 | 101111 | 100110 |
Color Harmonies of #3A348F
Complementary color
Monochromatic Colors of #3A348F
Black with #3A348F
Text Example
Text Example
White with #3A348F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A348F; }
p { color: rgb(58,52,143); }
H1.HeaderClassName
{
color: #3A348F;
}
.AnyTagClassName
{
color: #3A348F;
}
</style>
background-color css
<style>
a { background-color: #3A348F; }
a { background-color: rgb(58,52,143); }
div.DivClassName
{
background-color: #3A348F;
}
.BgClassName
{
background-color: #3A348F;
}
</style>
border-color css
<style>
span { border-color: #3A348F; }
span { border-color: rgb(58,52,143); }
td.TdClassName
{
border-color: #3A348F;
}
.TagClassName
{
border-color: #3A348F;
}
</style>