Shades of Dark Slate Blue #3A288E
Tints of Dark Slate Blue #3A288E
RGB
CMYK
RGB Variations
Color information
#3A288E (or 0x3A288E) is known color: Dark Slate Blue. HEX triplet: 3A, 28 and 8E. RGB value is (58,40,142). Sum of RGB (Red+Green+Blue) = 58+40+142=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 142 (55.86% from 255 or 59.17% from 240); Max value from RGB is 142 - color contains mainly: blue. Hex color #3A288E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A288E is #C5D771. Grayscale: #383838. Windows color (decimal): -12965746 or 9316410. OLE color: 9316410.
HSL color Cylindrical-coordinate representation of color #3A288E: hue angle of 250.59º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A288E is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 40 | 142 | - |
| CMYK | 0.59 | 0.72 | 0 | 0.44 |
| HSL | 250.59º | 0.56% | 0.36% | - |
| HSV(B) | 250.59º | 0.72% | 0.56% | - |
| XYZ | 7.39 | 4.37 | 26.05 | - |
| YUV | 57.01 | 175.96 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 40 | 142 | 0.59 | 0.72 | 0 | 0.44 | 250.59 | 0.56 | 0.36 |
| Hex | 3A | 28 | 8E | 3B | 48 | 0 | 2C | FB | 38 | 24 |
| Octal | 72 | 50 | 216 | 73 | 110 | 0 | 54 | 373 | 70 | 44 |
| Binary | 111010 | 101000 | 10001110 | 111011 | 1001000 | 0 | 101100 | 11111011 | 111000 | 100100 |
Color Harmonies of #3A288E
Complementary color
Monochromatic Colors of #3A288E
Black with #3A288E
Text Example
Text Example
White with #3A288E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A288E; }
p { color: rgb(58,40,142); }
H1.HeaderClassName
{
color: #3A288E;
}
.AnyTagClassName
{
color: #3A288E;
}
</style>
background-color css
<style>
a { background-color: #3A288E; }
a { background-color: rgb(58,40,142); }
div.DivClassName
{
background-color: #3A288E;
}
.BgClassName
{
background-color: #3A288E;
}
</style>
border-color css
<style>
span { border-color: #3A288E; }
span { border-color: rgb(58,40,142); }
td.TdClassName
{
border-color: #3A288E;
}
.TagClassName
{
border-color: #3A288E;
}
</style>