Shades of Dark Slate Blue #393EA4
Tints of Dark Slate Blue #393EA4
RGB
CMYK
RGB Variations
Color information
#393EA4 (or 0x393EA4) is known color: Dark Slate Blue. HEX triplet: 39, 3E and A4. RGB value is (57,62,164). Sum of RGB (Red+Green+Blue) = 57+62+164=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 164 (64.45% from 255 or 57.95% from 283); Max value from RGB is 164 - color contains mainly: blue. Hex color #393EA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393EA4 is #C6C15B. Grayscale: #474747. Windows color (decimal): -13025628 or 10763833. OLE color: 10763833.
HSL color Cylindrical-coordinate representation of color #393EA4: hue angle of 237.2º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #393EA4 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 57 | 62 | 164 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.36 |
| HSL | 237.2º | 0.48% | 0.43% | - |
| HSV(B) | 237.2º | 0.65% | 0.64% | - |
| XYZ | 10.11 | 7 | 35.94 | - |
| YUV | 72.13 | 179.84 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 62 | 164 | 0.65 | 0.62 | 0 | 0.36 | 237.2 | 0.48 | 0.43 |
| Hex | 39 | 3E | A4 | 41 | 3E | 0 | 24 | ED | 30 | 2B |
| Octal | 71 | 76 | 244 | 101 | 76 | 0 | 44 | 355 | 60 | 53 |
| Binary | 111001 | 111110 | 10100100 | 1000001 | 111110 | 0 | 100100 | 11101101 | 110000 | 101011 |
Color Harmonies of #393EA4
Complementary color
Monochromatic Colors of #393EA4
Black with #393EA4
Text Example
Text Example
White with #393EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393EA4; }
p { color: rgb(57,62,164); }
H1.HeaderClassName
{
color: #393EA4;
}
.AnyTagClassName
{
color: #393EA4;
}
</style>
background-color css
<style>
a { background-color: #393EA4; }
a { background-color: rgb(57,62,164); }
div.DivClassName
{
background-color: #393EA4;
}
.BgClassName
{
background-color: #393EA4;
}
</style>
border-color css
<style>
span { border-color: #393EA4; }
span { border-color: rgb(57,62,164); }
td.TdClassName
{
border-color: #393EA4;
}
.TagClassName
{
border-color: #393EA4;
}
</style>