Shades of Dark Slate Blue #393BA3
Tints of Dark Slate Blue #393BA3
RGB
CMYK
RGB Variations
Color information
#393BA3 (or 0x393BA3) is known color: Dark Slate Blue. HEX triplet: 39, 3B and A3. RGB value is (57,59,163). Sum of RGB (Red+Green+Blue) = 57+59+163=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 163 (64.06% from 255 or 58.42% from 279); Max value from RGB is 163 - color contains mainly: blue. Hex color #393BA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393BA3 is #C6C45C. Grayscale: #454545. Windows color (decimal): -13026397 or 10697529. OLE color: 10697529.
HSL color Cylindrical-coordinate representation of color #393BA3: hue angle of 238.87º 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 #393BA3 is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 57 | 59 | 163 | - |
CMYK | 0.65 | 0.64 | 0 | 0.36 |
HSL | 238.87º | 0.48% | 0.43% | - |
HSV(B) | 238.87º | 0.65% | 0.64% | - |
XYZ | 9.86 | 6.64 | 35.41 | - |
YUV | 70.26 | 180.34 | 118.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 57 | 59 | 163 | 0.65 | 0.64 | 0 | 0.36 | 238.87 | 0.48 | 0.43 |
Hex | 39 | 3B | A3 | 41 | 40 | 0 | 24 | EF | 30 | 2B |
Octal | 71 | 73 | 243 | 101 | 100 | 0 | 44 | 357 | 60 | 53 |
Binary | 111001 | 111011 | 10100011 | 1000001 | 1000000 | 0 | 100100 | 11101111 | 110000 | 101011 |
Color Harmonies of #393BA3
Complementary color
Monochromatic Colors of #393BA3
Black with #393BA3
Text Example
Text Example
White with #393BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393BA3; }
p { color: rgb(57,59,163); }
H1.HeaderClassName
{
color: #393BA3;
}
.AnyTagClassName
{
color: #393BA3;
}
</style>
background-color css
<style>
a { background-color: #393BA3; }
a { background-color: rgb(57,59,163); }
div.DivClassName
{
background-color: #393BA3;
}
.BgClassName
{
background-color: #393BA3;
}
</style>
border-color css
<style>
span { border-color: #393BA3; }
span { border-color: rgb(57,59,163); }
td.TdClassName
{
border-color: #393BA3;
}
.TagClassName
{
border-color: #393BA3;
}
</style>