Shades of Dark Slate Blue #3A3093
Tints of Dark Slate Blue #3A3093
RGB
CMYK
RGB Variations
Color information
#3A3093 (or 0x3A3093) is known color: Dark Slate Blue. HEX triplet: 3A, 30 and 93. RGB value is (58,48,147). Sum of RGB (Red+Green+Blue) = 58+48+147=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A3093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3093 is #C5CF6C. Grayscale: #3D3D3D. Windows color (decimal): -12963693 or 9646138. OLE color: 9646138.
HSL color Cylindrical-coordinate representation of color #3A3093: hue angle of 246.06º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A3093 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 48 | 147 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.42 |
| HSL | 246.06º | 0.51% | 0.38% | - |
| HSV(B) | 246.06º | 0.67% | 0.58% | - |
| XYZ | 8.07 | 5.12 | 28.17 | - |
| YUV | 62.28 | 175.81 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 48 | 147 | 0.61 | 0.67 | 0 | 0.42 | 246.06 | 0.51 | 0.38 |
| Hex | 3A | 30 | 93 | 3D | 43 | 0 | 2A | F6 | 33 | 26 |
| Octal | 72 | 60 | 223 | 75 | 103 | 0 | 52 | 366 | 63 | 46 |
| Binary | 111010 | 110000 | 10010011 | 111101 | 1000011 | 0 | 101010 | 11110110 | 110011 | 100110 |
Color Harmonies of #3A3093
Complementary color
Monochromatic Colors of #3A3093
Black with #3A3093
Text Example
Text Example
White with #3A3093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3093; }
p { color: rgb(58,48,147); }
H1.HeaderClassName
{
color: #3A3093;
}
.AnyTagClassName
{
color: #3A3093;
}
</style>
background-color css
<style>
a { background-color: #3A3093; }
a { background-color: rgb(58,48,147); }
div.DivClassName
{
background-color: #3A3093;
}
.BgClassName
{
background-color: #3A3093;
}
</style>
border-color css
<style>
span { border-color: #3A3093; }
span { border-color: rgb(58,48,147); }
td.TdClassName
{
border-color: #3A3093;
}
.TagClassName
{
border-color: #3A3093;
}
</style>