Shades of Dark Slate Blue #3A338A
Tints of Dark Slate Blue #3A338A
RGB
CMYK
RGB Variations
Color information
#3A338A (or 0x3A338A) is known color: Dark Slate Blue. HEX triplet: 3A, 33 and 8A. RGB value is (58,51,138). Sum of RGB (Red+Green+Blue) = 58+51+138=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 138 (54.30% from 255 or 55.87% from 247); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A338A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A338A is #C5CC75. Grayscale: #3E3E3E. Windows color (decimal): -12962934 or 9057082. OLE color: 9057082.
HSL color Cylindrical-coordinate representation of color #3A338A: hue angle of 244.83º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A338A is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 51 | 138 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.46 |
| HSL | 244.83º | 0.46% | 0.37% | - |
| HSV(B) | 244.83º | 0.63% | 0.54% | - |
| XYZ | 7.52 | 5.1 | 24.63 | - |
| YUV | 63.01 | 170.32 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 51 | 138 | 0.58 | 0.63 | 0 | 0.46 | 244.83 | 0.46 | 0.37 |
| Hex | 3A | 33 | 8A | 3A | 3F | 0 | 2E | F5 | 2E | 25 |
| Octal | 72 | 63 | 212 | 72 | 77 | 0 | 56 | 365 | 56 | 45 |
| Binary | 111010 | 110011 | 10001010 | 111010 | 111111 | 0 | 101110 | 11110101 | 101110 | 100101 |
Color Harmonies of #3A338A
Complementary color
Monochromatic Colors of #3A338A
Black with #3A338A
Text Example
Text Example
White with #3A338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A338A; }
p { color: rgb(58,51,138); }
H1.HeaderClassName
{
color: #3A338A;
}
.AnyTagClassName
{
color: #3A338A;
}
</style>
background-color css
<style>
a { background-color: #3A338A; }
a { background-color: rgb(58,51,138); }
div.DivClassName
{
background-color: #3A338A;
}
.BgClassName
{
background-color: #3A338A;
}
</style>
border-color css
<style>
span { border-color: #3A338A; }
span { border-color: rgb(58,51,138); }
td.TdClassName
{
border-color: #3A338A;
}
.TagClassName
{
border-color: #3A338A;
}
</style>