Shades of Dark Slate Blue #3A3E9B
Tints of Dark Slate Blue #3A3E9B
RGB
CMYK
RGB Variations
Color information
#3A3E9B (or 0x3A3E9B) is known color: Dark Slate Blue. HEX triplet: 3A, 3E and 9B. RGB value is (58,62,155). Sum of RGB (Red+Green+Blue) = 58+62+155=275 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.09% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A3E9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3E9B is #C5C164. Grayscale: #474747. Windows color (decimal): -12960101 or 10174010. OLE color: 10174010.
HSL color Cylindrical-coordinate representation of color #3A3E9B: hue angle of 237.53º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A3E9B is Cyan = 0.63, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 62 | 155 | - |
| CMYK | 0.63 | 0.6 | 0 | 0.39 |
| HSL | 237.53º | 0.46% | 0.42% | - |
| HSV(B) | 237.53º | 0.63% | 0.61% | - |
| XYZ | 9.38 | 6.71 | 31.81 | - |
| YUV | 71.41 | 175.17 | 118.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 62 | 155 | 0.63 | 0.6 | 0 | 0.39 | 237.53 | 0.46 | 0.42 |
| Hex | 3A | 3E | 9B | 3F | 3C | 0 | 27 | EE | 2E | 2A |
| Octal | 72 | 76 | 233 | 77 | 74 | 0 | 47 | 356 | 56 | 52 |
| Binary | 111010 | 111110 | 10011011 | 111111 | 111100 | 0 | 100111 | 11101110 | 101110 | 101010 |
Color Harmonies of #3A3E9B
Complementary color
Monochromatic Colors of #3A3E9B
Black with #3A3E9B
Text Example
Text Example
White with #3A3E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3E9B; }
p { color: rgb(58,62,155); }
H1.HeaderClassName
{
color: #3A3E9B;
}
.AnyTagClassName
{
color: #3A3E9B;
}
</style>
background-color css
<style>
a { background-color: #3A3E9B; }
a { background-color: rgb(58,62,155); }
div.DivClassName
{
background-color: #3A3E9B;
}
.BgClassName
{
background-color: #3A3E9B;
}
</style>
border-color css
<style>
span { border-color: #3A3E9B; }
span { border-color: rgb(58,62,155); }
td.TdClassName
{
border-color: #3A3E9B;
}
.TagClassName
{
border-color: #3A3E9B;
}
</style>