Shades of Dark Slate Blue #3A368B
Tints of Dark Slate Blue #3A368B
RGB
CMYK
RGB Variations
Color information
#3A368B (or 0x3A368B) is known color: Dark Slate Blue. HEX triplet: 3A, 36 and 8B. RGB value is (58,54,139). Sum of RGB (Red+Green+Blue) = 58+54+139=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A368B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A368B is #C5C974. Grayscale: #404040. Windows color (decimal): -12962165 or 9123386. OLE color: 9123386.
HSL color Cylindrical-coordinate representation of color #3A368B: hue angle of 242.82º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A368B is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 54 | 139 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.45 |
| HSL | 242.82º | 0.44% | 0.38% | - |
| HSV(B) | 242.82º | 0.61% | 0.55% | - |
| XYZ | 7.72 | 5.4 | 25.06 | - |
| YUV | 64.89 | 169.83 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 54 | 139 | 0.58 | 0.61 | 0 | 0.45 | 242.82 | 0.44 | 0.38 |
| Hex | 3A | 36 | 8B | 3A | 3D | 0 | 2D | F3 | 2C | 26 |
| Octal | 72 | 66 | 213 | 72 | 75 | 0 | 55 | 363 | 54 | 46 |
| Binary | 111010 | 110110 | 10001011 | 111010 | 111101 | 0 | 101101 | 11110011 | 101100 | 100110 |
Color Harmonies of #3A368B
Complementary color
Monochromatic Colors of #3A368B
Black with #3A368B
Text Example
Text Example
White with #3A368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A368B; }
p { color: rgb(58,54,139); }
H1.HeaderClassName
{
color: #3A368B;
}
.AnyTagClassName
{
color: #3A368B;
}
</style>
background-color css
<style>
a { background-color: #3A368B; }
a { background-color: rgb(58,54,139); }
div.DivClassName
{
background-color: #3A368B;
}
.BgClassName
{
background-color: #3A368B;
}
</style>
border-color css
<style>
span { border-color: #3A368B; }
span { border-color: rgb(58,54,139); }
td.TdClassName
{
border-color: #3A368B;
}
.TagClassName
{
border-color: #3A368B;
}
</style>