Shades of Tory Blue #394D84
Tints of Tory Blue #394D84
RGB
CMYK
RGB Variations
Color information
#394D84 (or 0x394D84) is known color: Tory Blue. HEX triplet: 39, 4D and 84. RGB value is (57,77,132). Sum of RGB (Red+Green+Blue) = 57+77+132=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #394D84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394D84 is #C6B27B. Grayscale: #4D4D4D. Windows color (decimal): -13021820 or 8670521. OLE color: 8670521.
HSL color Cylindrical-coordinate representation of color #394D84: hue angle of 224º 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 #394D84 is Cyan = 0.57, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 77 | 132 | - |
| CMYK | 0.57 | 0.42 | 0 | 0.48 |
| HSL | 224º | 0.4% | 0.37% | - |
| HSV(B) | 224º | 0.57% | 0.52% | - |
| XYZ | 8.51 | 7.84 | 22.9 | - |
| YUV | 77.29 | 158.87 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 132 | 0.57 | 0.42 | 0 | 0.48 | 224 | 0.4 | 0.37 |
| Hex | 39 | 4D | 84 | 39 | 2A | 0 | 30 | E0 | 28 | 25 |
| Octal | 71 | 115 | 204 | 71 | 52 | 0 | 60 | 340 | 50 | 45 |
| Binary | 111001 | 1001101 | 10000100 | 111001 | 101010 | 0 | 110000 | 11100000 | 101000 | 100101 |
Color Harmonies of #394D84
Complementary color
Monochromatic Colors of #394D84
Black with #394D84
Text Example
Text Example
White with #394D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394D84; }
p { color: rgb(57,77,132); }
H1.HeaderClassName
{
color: #394D84;
}
.AnyTagClassName
{
color: #394D84;
}
</style>
background-color css
<style>
a { background-color: #394D84; }
a { background-color: rgb(57,77,132); }
div.DivClassName
{
background-color: #394D84;
}
.BgClassName
{
background-color: #394D84;
}
</style>
border-color css
<style>
span { border-color: #394D84; }
span { border-color: rgb(57,77,132); }
td.TdClassName
{
border-color: #394D84;
}
.TagClassName
{
border-color: #394D84;
}
</style>