Shades of Dark Slate Blue #3A3C9E
Tints of Dark Slate Blue #3A3C9E
RGB
CMYK
RGB Variations
Color information
#3A3C9E (or 0x3A3C9E) is known color: Dark Slate Blue. HEX triplet: 3A, 3C and 9E. RGB value is (58,60,158). Sum of RGB (Red+Green+Blue) = 58+60+158=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A3C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3C9E is #C5C361. Grayscale: #464646. Windows color (decimal): -12960610 or 10370106. OLE color: 10370106.
HSL color Cylindrical-coordinate representation of color #3A3C9E: hue angle of 238.8º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A3C9E is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 60 | 158 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.38 |
| HSL | 238.8º | 0.46% | 0.42% | - |
| HSV(B) | 238.8º | 0.63% | 0.62% | - |
| XYZ | 9.53 | 6.6 | 33.12 | - |
| YUV | 70.57 | 177.34 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 60 | 158 | 0.63 | 0.62 | 0 | 0.38 | 238.8 | 0.46 | 0.42 |
| Hex | 3A | 3C | 9E | 3F | 3E | 0 | 26 | EF | 2E | 2A |
| Octal | 72 | 74 | 236 | 77 | 76 | 0 | 46 | 357 | 56 | 52 |
| Binary | 111010 | 111100 | 10011110 | 111111 | 111110 | 0 | 100110 | 11101111 | 101110 | 101010 |
Color Harmonies of #3A3C9E
Complementary color
Monochromatic Colors of #3A3C9E
Black with #3A3C9E
Text Example
Text Example
White with #3A3C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3C9E; }
p { color: rgb(58,60,158); }
H1.HeaderClassName
{
color: #3A3C9E;
}
.AnyTagClassName
{
color: #3A3C9E;
}
</style>
background-color css
<style>
a { background-color: #3A3C9E; }
a { background-color: rgb(58,60,158); }
div.DivClassName
{
background-color: #3A3C9E;
}
.BgClassName
{
background-color: #3A3C9E;
}
</style>
border-color css
<style>
span { border-color: #3A3C9E; }
span { border-color: rgb(58,60,158); }
td.TdClassName
{
border-color: #3A3C9E;
}
.TagClassName
{
border-color: #3A3C9E;
}
</style>