Shades of Dark Slate Blue #3A348A
Tints of Dark Slate Blue #3A348A
RGB
CMYK
RGB Variations
Color information
#3A348A (or 0x3A348A) is known color: Dark Slate Blue. HEX triplet: 3A, 34 and 8A. RGB value is (58,52,138). Sum of RGB (Red+Green+Blue) = 58+52+138=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 138 (54.30% from 255 or 55.65% from 248); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A348A is #C5CB75. Grayscale: #3F3F3F. Windows color (decimal): -12962678 or 9057338. OLE color: 9057338.
HSL color Cylindrical-coordinate representation of color #3A348A: hue angle of 244.19º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A348A is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 52 | 138 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.46 |
| HSL | 244.19º | 0.45% | 0.37% | - |
| HSV(B) | 244.19º | 0.62% | 0.54% | - |
| XYZ | 7.56 | 5.19 | 24.65 | - |
| YUV | 63.6 | 169.99 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 52 | 138 | 0.58 | 0.62 | 0 | 0.46 | 244.19 | 0.45 | 0.37 |
| Hex | 3A | 34 | 8A | 3A | 3E | 0 | 2E | F4 | 2D | 25 |
| Octal | 72 | 64 | 212 | 72 | 76 | 0 | 56 | 364 | 55 | 45 |
| Binary | 111010 | 110100 | 10001010 | 111010 | 111110 | 0 | 101110 | 11110100 | 101101 | 100101 |
Color Harmonies of #3A348A
Complementary color
Monochromatic Colors of #3A348A
Black with #3A348A
Text Example
Text Example
White with #3A348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A348A; }
p { color: rgb(58,52,138); }
H1.HeaderClassName
{
color: #3A348A;
}
.AnyTagClassName
{
color: #3A348A;
}
</style>
background-color css
<style>
a { background-color: #3A348A; }
a { background-color: rgb(58,52,138); }
div.DivClassName
{
background-color: #3A348A;
}
.BgClassName
{
background-color: #3A348A;
}
</style>
border-color css
<style>
span { border-color: #3A348A; }
span { border-color: rgb(58,52,138); }
td.TdClassName
{
border-color: #3A348A;
}
.TagClassName
{
border-color: #3A348A;
}
</style>