Shades of Tory Blue #394896
Tints of Tory Blue #394896
RGB
CMYK
RGB Variations
Color information
#394896 (or 0x394896) is known color: Tory Blue. HEX triplet: 39, 48 and 96. RGB value is (57,72,150). Sum of RGB (Red+Green+Blue) = 57+72+150=279 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.43% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #394896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394896 is #C6B769. Grayscale: #4C4C4C. Windows color (decimal): -13023082 or 9848889. OLE color: 9848889.
HSL color Cylindrical-coordinate representation of color #394896: hue angle of 230.32º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #394896 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 57 | 72 | 150 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.41 |
| HSL | 230.32º | 0.45% | 0.41% | - |
| HSV(B) | 230.32º | 0.62% | 0.59% | - |
| XYZ | 9.51 | 7.71 | 29.84 | - |
| YUV | 76.41 | 169.53 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 72 | 150 | 0.62 | 0.52 | 0 | 0.41 | 230.32 | 0.45 | 0.41 |
| Hex | 39 | 48 | 96 | 3E | 34 | 0 | 29 | E6 | 2D | 29 |
| Octal | 71 | 110 | 226 | 76 | 64 | 0 | 51 | 346 | 55 | 51 |
| Binary | 111001 | 1001000 | 10010110 | 111110 | 110100 | 0 | 101001 | 11100110 | 101101 | 101001 |
Color Harmonies of #394896
Complementary color
Monochromatic Colors of #394896
Black with #394896
Text Example
Text Example
White with #394896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394896; }
p { color: rgb(57,72,150); }
H1.HeaderClassName
{
color: #394896;
}
.AnyTagClassName
{
color: #394896;
}
</style>
background-color css
<style>
a { background-color: #394896; }
a { background-color: rgb(57,72,150); }
div.DivClassName
{
background-color: #394896;
}
.BgClassName
{
background-color: #394896;
}
</style>
border-color css
<style>
span { border-color: #394896; }
span { border-color: rgb(57,72,150); }
td.TdClassName
{
border-color: #394896;
}
.TagClassName
{
border-color: #394896;
}
</style>