Shades of Tory Blue #394A84
Tints of Tory Blue #394A84
RGB
CMYK
RGB Variations
Color information
#394A84 (or 0x394A84) is known color: Tory Blue. HEX triplet: 39, 4A and 84. RGB value is (57,74,132). Sum of RGB (Red+Green+Blue) = 57+74+132=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #394A84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394A84 is #C6B57B. Grayscale: #4B4B4B. Windows color (decimal): -13022588 or 8669753. OLE color: 8669753.
HSL color Cylindrical-coordinate representation of color #394A84: hue angle of 226.4º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #394A84 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 74 | 132 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.48 |
| HSL | 226.4º | 0.4% | 0.37% | - |
| HSV(B) | 226.4º | 0.57% | 0.52% | - |
| XYZ | 8.3 | 7.43 | 22.83 | - |
| YUV | 75.53 | 159.87 | 114.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 74 | 132 | 0.57 | 0.44 | 0 | 0.48 | 226.4 | 0.4 | 0.37 |
| Hex | 39 | 4A | 84 | 39 | 2C | 0 | 30 | E2 | 28 | 25 |
| Octal | 71 | 112 | 204 | 71 | 54 | 0 | 60 | 342 | 50 | 45 |
| Binary | 111001 | 1001010 | 10000100 | 111001 | 101100 | 0 | 110000 | 11100010 | 101000 | 100101 |
Color Harmonies of #394A84
Complementary color
Monochromatic Colors of #394A84
Black with #394A84
Text Example
Text Example
White with #394A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394A84; }
p { color: rgb(57,74,132); }
H1.HeaderClassName
{
color: #394A84;
}
.AnyTagClassName
{
color: #394A84;
}
</style>
background-color css
<style>
a { background-color: #394A84; }
a { background-color: rgb(57,74,132); }
div.DivClassName
{
background-color: #394A84;
}
.BgClassName
{
background-color: #394A84;
}
</style>
border-color css
<style>
span { border-color: #394A84; }
span { border-color: rgb(57,74,132); }
td.TdClassName
{
border-color: #394A84;
}
.TagClassName
{
border-color: #394A84;
}
</style>