Shades of Dark Slate Blue #393C94
Tints of Dark Slate Blue #393C94
RGB
CMYK
RGB Variations
Color information
#393C94 (or 0x393C94) is known color: Dark Slate Blue. HEX triplet: 39, 3C and 94. RGB value is (57,60,148). Sum of RGB (Red+Green+Blue) = 57+60+148=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #393C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393C94 is #C6C36B. Grayscale: #444444. Windows color (decimal): -13026156 or 9714745. OLE color: 9714745.
HSL color Cylindrical-coordinate representation of color #393C94: hue angle of 238.02º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #393C94 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 60 | 148 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.42 |
| HSL | 238.02º | 0.44% | 0.4% | - |
| HSV(B) | 238.02º | 0.61% | 0.58% | - |
| XYZ | 8.65 | 6.24 | 28.77 | - |
| YUV | 69.14 | 172.51 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 60 | 148 | 0.61 | 0.59 | 0 | 0.42 | 238.02 | 0.44 | 0.4 |
| Hex | 39 | 3C | 94 | 3D | 3B | 0 | 2A | EE | 2C | 28 |
| Octal | 71 | 74 | 224 | 75 | 73 | 0 | 52 | 356 | 54 | 50 |
| Binary | 111001 | 111100 | 10010100 | 111101 | 111011 | 0 | 101010 | 11101110 | 101100 | 101000 |
Color Harmonies of #393C94
Complementary color
Monochromatic Colors of #393C94
Black with #393C94
Text Example
Text Example
White with #393C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393C94; }
p { color: rgb(57,60,148); }
H1.HeaderClassName
{
color: #393C94;
}
.AnyTagClassName
{
color: #393C94;
}
</style>
background-color css
<style>
a { background-color: #393C94; }
a { background-color: rgb(57,60,148); }
div.DivClassName
{
background-color: #393C94;
}
.BgClassName
{
background-color: #393C94;
}
</style>
border-color css
<style>
span { border-color: #393C94; }
span { border-color: rgb(57,60,148); }
td.TdClassName
{
border-color: #393C94;
}
.TagClassName
{
border-color: #393C94;
}
</style>