Shades of Dark Slate Blue #3A3091
Tints of Dark Slate Blue #3A3091
RGB
CMYK
RGB Variations
Color information
#3A3091 (or 0x3A3091) is known color: Dark Slate Blue. HEX triplet: 3A, 30 and 91. RGB value is (58,48,145). Sum of RGB (Red+Green+Blue) = 58+48+145=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #3A3091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3091 is #C5CF6E. Grayscale: #3D3D3D. Windows color (decimal): -12963695 or 9515066. OLE color: 9515066.
HSL color Cylindrical-coordinate representation of color #3A3091: hue angle of 246.19º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A3091 is Cyan = 0.6, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 48 | 145 | - |
| CMYK | 0.6 | 0.67 | 0 | 0.43 |
| HSL | 246.19º | 0.5% | 0.38% | - |
| HSV(B) | 246.19º | 0.67% | 0.57% | - |
| XYZ | 7.91 | 5.06 | 27.35 | - |
| YUV | 62.05 | 174.81 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 48 | 145 | 0.6 | 0.67 | 0 | 0.43 | 246.19 | 0.5 | 0.38 |
| Hex | 3A | 30 | 91 | 3C | 43 | 0 | 2B | F6 | 32 | 26 |
| Octal | 72 | 60 | 221 | 74 | 103 | 0 | 53 | 366 | 62 | 46 |
| Binary | 111010 | 110000 | 10010001 | 111100 | 1000011 | 0 | 101011 | 11110110 | 110010 | 100110 |
Color Harmonies of #3A3091
Complementary color
Monochromatic Colors of #3A3091
Black with #3A3091
Text Example
Text Example
White with #3A3091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3091; }
p { color: rgb(58,48,145); }
H1.HeaderClassName
{
color: #3A3091;
}
.AnyTagClassName
{
color: #3A3091;
}
</style>
background-color css
<style>
a { background-color: #3A3091; }
a { background-color: rgb(58,48,145); }
div.DivClassName
{
background-color: #3A3091;
}
.BgClassName
{
background-color: #3A3091;
}
</style>
border-color css
<style>
span { border-color: #3A3091; }
span { border-color: rgb(58,48,145); }
td.TdClassName
{
border-color: #3A3091;
}
.TagClassName
{
border-color: #3A3091;
}
</style>