Shades of Tory Blue #394A7D
Tints of Tory Blue #394A7D
RGB
CMYK
RGB Variations
Color information
#394A7D (or 0x394A7D) is known color: Tory Blue. HEX triplet: 39, 4A and 7D. RGB value is (57,74,125). Sum of RGB (Red+Green+Blue) = 57+74+125=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #394A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394A7D is #C6B582. Grayscale: #4A4A4A. Windows color (decimal): -13022595 or 8211001. OLE color: 8211001.
HSL color Cylindrical-coordinate representation of color #394A7D: hue angle of 225º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #394A7D is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 57 | 74 | 125 | - |
| CMYK | 0.54 | 0.41 | 0 | 0.51 |
| HSL | 225º | 0.37% | 0.36% | - |
| HSV(B) | 225º | 0.54% | 0.49% | - |
| XYZ | 7.84 | 7.25 | 20.39 | - |
| YUV | 74.73 | 156.37 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 74 | 125 | 0.54 | 0.41 | 0 | 0.51 | 225 | 0.37 | 0.36 |
| Hex | 39 | 4A | 7D | 36 | 29 | 0 | 33 | E1 | 25 | 24 |
| Octal | 71 | 112 | 175 | 66 | 51 | 0 | 63 | 341 | 45 | 44 |
| Binary | 111001 | 1001010 | 1111101 | 110110 | 101001 | 0 | 110011 | 11100001 | 100101 | 100100 |
Color Harmonies of #394A7D
Complementary color
Monochromatic Colors of #394A7D
Black with #394A7D
Text Example
Text Example
White with #394A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394A7D; }
p { color: rgb(57,74,125); }
H1.HeaderClassName
{
color: #394A7D;
}
.AnyTagClassName
{
color: #394A7D;
}
</style>
background-color css
<style>
a { background-color: #394A7D; }
a { background-color: rgb(57,74,125); }
div.DivClassName
{
background-color: #394A7D;
}
.BgClassName
{
background-color: #394A7D;
}
</style>
border-color css
<style>
span { border-color: #394A7D; }
span { border-color: rgb(57,74,125); }
td.TdClassName
{
border-color: #394A7D;
}
.TagClassName
{
border-color: #394A7D;
}
</style>