Shades of Dark Slate Blue #3A3C9B
Tints of Dark Slate Blue #3A3C9B
RGB
CMYK
RGB Variations
Color information
#3A3C9B (or 0x3A3C9B) is known color: Dark Slate Blue. HEX triplet: 3A, 3C and 9B. RGB value is (58,60,155). Sum of RGB (Red+Green+Blue) = 58+60+155=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A3C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3C9B is #C5C364. Grayscale: #454545. Windows color (decimal): -12960613 or 10173498. OLE color: 10173498.
HSL color Cylindrical-coordinate representation of color #3A3C9B: hue angle of 238.76º 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 #3A3C9B is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 60 | 155 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.39 |
| HSL | 238.76º | 0.46% | 0.42% | - |
| HSV(B) | 238.76º | 0.63% | 0.61% | - |
| XYZ | 9.28 | 6.5 | 31.78 | - |
| YUV | 70.23 | 175.84 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 60 | 155 | 0.63 | 0.61 | 0 | 0.39 | 238.76 | 0.46 | 0.42 |
| Hex | 3A | 3C | 9B | 3F | 3D | 0 | 27 | EF | 2E | 2A |
| Octal | 72 | 74 | 233 | 77 | 75 | 0 | 47 | 357 | 56 | 52 |
| Binary | 111010 | 111100 | 10011011 | 111111 | 111101 | 0 | 100111 | 11101111 | 101110 | 101010 |
Color Harmonies of #3A3C9B
Complementary color
Monochromatic Colors of #3A3C9B
Black with #3A3C9B
Text Example
Text Example
White with #3A3C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3C9B; }
p { color: rgb(58,60,155); }
H1.HeaderClassName
{
color: #3A3C9B;
}
.AnyTagClassName
{
color: #3A3C9B;
}
</style>
background-color css
<style>
a { background-color: #3A3C9B; }
a { background-color: rgb(58,60,155); }
div.DivClassName
{
background-color: #3A3C9B;
}
.BgClassName
{
background-color: #3A3C9B;
}
</style>
border-color css
<style>
span { border-color: #3A3C9B; }
span { border-color: rgb(58,60,155); }
td.TdClassName
{
border-color: #3A3C9B;
}
.TagClassName
{
border-color: #3A3C9B;
}
</style>