Shades of Dark Slate Blue #394099
Tints of Dark Slate Blue #394099
RGB
CMYK
RGB Variations
Color information
#394099 (or 0x394099) is known color: Dark Slate Blue. HEX triplet: 39, 40 and 99. RGB value is (57,64,153). Sum of RGB (Red+Green+Blue) = 57+64+153=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #394099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394099 is #C6BF66. Grayscale: #474747. Windows color (decimal): -13025127 or 10043449. OLE color: 10043449.
HSL color Cylindrical-coordinate representation of color #394099: hue angle of 235.62º 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 #394099 is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 64 | 153 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.4 |
| HSL | 235.63º | 0.46% | 0.41% | - |
| HSV(B) | 235.63º | 0.63% | 0.6% | - |
| XYZ | 9.27 | 6.84 | 30.97 | - |
| YUV | 72.05 | 173.68 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 64 | 153 | 0.63 | 0.58 | 0 | 0.4 | 235.63 | 0.46 | 0.41 |
| Hex | 39 | 40 | 99 | 3F | 3A | 0 | 28 | EC | 2E | 29 |
| Octal | 71 | 100 | 231 | 77 | 72 | 0 | 50 | 354 | 56 | 51 |
| Binary | 111001 | 1000000 | 10011001 | 111111 | 111010 | 0 | 101000 | 11101100 | 101110 | 101001 |
Color Harmonies of #394099
Complementary color
Monochromatic Colors of #394099
Black with #394099
Text Example
Text Example
White with #394099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394099; }
p { color: rgb(57,64,153); }
H1.HeaderClassName
{
color: #394099;
}
.AnyTagClassName
{
color: #394099;
}
</style>
background-color css
<style>
a { background-color: #394099; }
a { background-color: rgb(57,64,153); }
div.DivClassName
{
background-color: #394099;
}
.BgClassName
{
background-color: #394099;
}
</style>
border-color css
<style>
span { border-color: #394099; }
span { border-color: rgb(57,64,153); }
td.TdClassName
{
border-color: #394099;
}
.TagClassName
{
border-color: #394099;
}
</style>