Shades of Dark Slate Blue #3A338B
Tints of Dark Slate Blue #3A338B
RGB
CMYK
RGB Variations
Color information
#3A338B (or 0x3A338B) is known color: Dark Slate Blue. HEX triplet: 3A, 33 and 8B. RGB value is (58,51,139). Sum of RGB (Red+Green+Blue) = 58+51+139=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A338B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A338B is #C5CC74. Grayscale: #3E3E3E. Windows color (decimal): -12962933 or 9122618. OLE color: 9122618.
HSL color Cylindrical-coordinate representation of color #3A338B: hue angle of 244.77º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A338B is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 51 | 139 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.45 |
| HSL | 244.77º | 0.46% | 0.37% | - |
| HSV(B) | 244.77º | 0.63% | 0.55% | - |
| XYZ | 7.59 | 5.13 | 25.02 | - |
| YUV | 63.13 | 170.82 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 51 | 139 | 0.58 | 0.63 | 0 | 0.45 | 244.77 | 0.46 | 0.37 |
| Hex | 3A | 33 | 8B | 3A | 3F | 0 | 2D | F5 | 2E | 25 |
| Octal | 72 | 63 | 213 | 72 | 77 | 0 | 55 | 365 | 56 | 45 |
| Binary | 111010 | 110011 | 10001011 | 111010 | 111111 | 0 | 101101 | 11110101 | 101110 | 100101 |
Color Harmonies of #3A338B
Complementary color
Monochromatic Colors of #3A338B
Black with #3A338B
Text Example
Text Example
White with #3A338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A338B; }
p { color: rgb(58,51,139); }
H1.HeaderClassName
{
color: #3A338B;
}
.AnyTagClassName
{
color: #3A338B;
}
</style>
background-color css
<style>
a { background-color: #3A338B; }
a { background-color: rgb(58,51,139); }
div.DivClassName
{
background-color: #3A338B;
}
.BgClassName
{
background-color: #3A338B;
}
</style>
border-color css
<style>
span { border-color: #3A338B; }
span { border-color: rgb(58,51,139); }
td.TdClassName
{
border-color: #3A338B;
}
.TagClassName
{
border-color: #3A338B;
}
</style>