Shades of Dark Slate Blue #393A9A
Tints of Dark Slate Blue #393A9A
RGB
CMYK
RGB Variations
Color information
#393A9A (or 0x393A9A) is known color: Dark Slate Blue. HEX triplet: 39, 3A and 9A. RGB value is (57,58,154). Sum of RGB (Red+Green+Blue) = 57+58+154=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 154 (60.55% from 255 or 57.25% from 269); Max value from RGB is 154 - color contains mainly: blue. Hex color #393A9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393A9A is #C6C565. Grayscale: #444444. Windows color (decimal): -13026662 or 10107449. OLE color: 10107449.
HSL color Cylindrical-coordinate representation of color #393A9A: hue angle of 239.38º 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 #393A9A is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 58 | 154 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.40 |
| HSL | 239.38º | 0.46% | 0.41% | - |
| HSV(B) | 239.38º | 0.63% | 0.6% | - |
| XYZ | 9.03 | 6.23 | 31.3 | - |
| YUV | 68.65 | 176.17 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 58 | 154 | 0.63 | 0.62 | 0 | 0.40 | 239.38 | 0.46 | 0.41 |
| Hex | 39 | 3A | 9A | 3F | 3E | 0 | 28 | EF | 2E | 29 |
| Octal | 71 | 72 | 232 | 77 | 76 | 0 | 50 | 357 | 56 | 51 |
| Binary | 111001 | 111010 | 10011010 | 111111 | 111110 | 0 | 101000 | 11101111 | 101110 | 101001 |
Color Harmonies of #393A9A
Complementary color
Monochromatic Colors of #393A9A
Black with #393A9A
Text Example
Text Example
White with #393A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393A9A; }
p { color: rgb(57,58,154); }
H1.HeaderClassName
{
color: #393A9A;
}
.AnyTagClassName
{
color: #393A9A;
}
</style>
background-color css
<style>
a { background-color: #393A9A; }
a { background-color: rgb(57,58,154); }
div.DivClassName
{
background-color: #393A9A;
}
.BgClassName
{
background-color: #393A9A;
}
</style>
border-color css
<style>
span { border-color: #393A9A; }
span { border-color: rgb(57,58,154); }
td.TdClassName
{
border-color: #393A9A;
}
.TagClassName
{
border-color: #393A9A;
}
</style>