Shades of Dark Slate Blue #3A3090
Tints of Dark Slate Blue #3A3090
RGB
CMYK
RGB Variations
Color information
#3A3090 (or 0x3A3090) is known color: Dark Slate Blue. HEX triplet: 3A, 30 and 90. RGB value is (58,48,144). Sum of RGB (Red+Green+Blue) = 58+48+144=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A3090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3090 is #C5CF6F. Grayscale: #3D3D3D. Windows color (decimal): -12963696 or 9449530. OLE color: 9449530.
HSL color Cylindrical-coordinate representation of color #3A3090: hue angle of 246.25º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A3090 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 48 | 144 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.44 |
| HSL | 246.25º | 0.5% | 0.38% | - |
| HSV(B) | 246.25º | 0.67% | 0.56% | - |
| XYZ | 7.84 | 5.03 | 26.94 | - |
| YUV | 61.93 | 174.31 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 48 | 144 | 0.60 | 0.67 | 0 | 0.44 | 246.25 | 0.5 | 0.38 |
| Hex | 3A | 30 | 90 | 3C | 43 | 0 | 2C | F6 | 32 | 26 |
| Octal | 72 | 60 | 220 | 74 | 103 | 0 | 54 | 366 | 62 | 46 |
| Binary | 111010 | 110000 | 10010000 | 111100 | 1000011 | 0 | 101100 | 11110110 | 110010 | 100110 |
Color Harmonies of #3A3090
Complementary color
Monochromatic Colors of #3A3090
Black with #3A3090
Text Example
Text Example
White with #3A3090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3090; }
p { color: rgb(58,48,144); }
H1.HeaderClassName
{
color: #3A3090;
}
.AnyTagClassName
{
color: #3A3090;
}
</style>
background-color css
<style>
a { background-color: #3A3090; }
a { background-color: rgb(58,48,144); }
div.DivClassName
{
background-color: #3A3090;
}
.BgClassName
{
background-color: #3A3090;
}
</style>
border-color css
<style>
span { border-color: #3A3090; }
span { border-color: rgb(58,48,144); }
td.TdClassName
{
border-color: #3A3090;
}
.TagClassName
{
border-color: #3A3090;
}
</style>