Shades of Dark Slate Blue #393BA2
Tints of Dark Slate Blue #393BA2
RGB
CMYK
RGB Variations
Color information
#393BA2 (or 0x393BA2) is known color: Dark Slate Blue. HEX triplet: 39, 3B and A2. RGB value is (57,59,162). Sum of RGB (Red+Green+Blue) = 57+59+162=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 59 (23.44% from 255 or 21.22% from 278); Blue value is 162 (63.67% from 255 or 58.27% from 278); Max value from RGB is 162 - color contains mainly: blue. Hex color #393BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393BA2 is #C6C45D. Grayscale: #454545. Windows color (decimal): -13026398 or 10631993. OLE color: 10631993.
HSL color Cylindrical-coordinate representation of color #393BA2: hue angle of 238.86º 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 #393BA2 is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 57 | 59 | 162 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.36 |
| HSL | 238.86º | 0.48% | 0.43% | - |
| HSV(B) | 238.86º | 0.65% | 0.64% | - |
| XYZ | 9.77 | 6.61 | 34.94 | - |
| YUV | 70.14 | 179.84 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 162 | 0.65 | 0.64 | 0 | 0.36 | 238.86 | 0.48 | 0.43 |
| Hex | 39 | 3B | A2 | 41 | 40 | 0 | 24 | EF | 30 | 2B |
| Octal | 71 | 73 | 242 | 101 | 100 | 0 | 44 | 357 | 60 | 53 |
| Binary | 111001 | 111011 | 10100010 | 1000001 | 1000000 | 0 | 100100 | 11101111 | 110000 | 101011 |
Color Harmonies of #393BA2
Complementary color
Monochromatic Colors of #393BA2
Black with #393BA2
Text Example
Text Example
White with #393BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393BA2; }
p { color: rgb(57,59,162); }
H1.HeaderClassName
{
color: #393BA2;
}
.AnyTagClassName
{
color: #393BA2;
}
</style>
background-color css
<style>
a { background-color: #393BA2; }
a { background-color: rgb(57,59,162); }
div.DivClassName
{
background-color: #393BA2;
}
.BgClassName
{
background-color: #393BA2;
}
</style>
border-color css
<style>
span { border-color: #393BA2; }
span { border-color: rgb(57,59,162); }
td.TdClassName
{
border-color: #393BA2;
}
.TagClassName
{
border-color: #393BA2;
}
</style>