Shades of Dark Slate Blue #3A3898
Tints of Dark Slate Blue #3A3898
RGB
CMYK
RGB Variations
Color information
#3A3898 (or 0x3A3898) is known color: Dark Slate Blue. HEX triplet: 3A, 38 and 98. RGB value is (58,56,152). Sum of RGB (Red+Green+Blue) = 58+56+152=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #3A3898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3898 is #C5C767. Grayscale: #434343. Windows color (decimal): -12961640 or 9975866. OLE color: 9975866.
HSL color Cylindrical-coordinate representation of color #3A3898: hue angle of 241.25º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A3898 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 56 | 152 | - |
| CMYK | 0.62 | 0.63 | 0 | 0.40 |
| HSL | 241.25º | 0.46% | 0.41% | - |
| HSV(B) | 241.25º | 0.63% | 0.6% | - |
| XYZ | 8.83 | 5.99 | 30.4 | - |
| YUV | 67.54 | 175.66 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 56 | 152 | 0.62 | 0.63 | 0 | 0.40 | 241.25 | 0.46 | 0.41 |
| Hex | 3A | 38 | 98 | 3E | 3F | 0 | 28 | F1 | 2E | 29 |
| Octal | 72 | 70 | 230 | 76 | 77 | 0 | 50 | 361 | 56 | 51 |
| Binary | 111010 | 111000 | 10011000 | 111110 | 111111 | 0 | 101000 | 11110001 | 101110 | 101001 |
Color Harmonies of #3A3898
Complementary color
Monochromatic Colors of #3A3898
Black with #3A3898
Text Example
Text Example
White with #3A3898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3898; }
p { color: rgb(58,56,152); }
H1.HeaderClassName
{
color: #3A3898;
}
.AnyTagClassName
{
color: #3A3898;
}
</style>
background-color css
<style>
a { background-color: #3A3898; }
a { background-color: rgb(58,56,152); }
div.DivClassName
{
background-color: #3A3898;
}
.BgClassName
{
background-color: #3A3898;
}
</style>
border-color css
<style>
span { border-color: #3A3898; }
span { border-color: rgb(58,56,152); }
td.TdClassName
{
border-color: #3A3898;
}
.TagClassName
{
border-color: #3A3898;
}
</style>