Shades of Tory Blue #394C7F
Tints of Tory Blue #394C7F
RGB
CMYK
RGB Variations
Color information
#394C7F (or 0x394C7F) is known color: Tory Blue. HEX triplet: 39, 4C and 7F. RGB value is (57,76,127). Sum of RGB (Red+Green+Blue) = 57+76+127=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 127 - color contains mainly: blue. Hex color #394C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #394C7F is #C6B380. Grayscale: #4B4B4B. Windows color (decimal): -13022081 or 8342585. OLE color: 8342585.
HSL color Cylindrical-coordinate representation of color #394C7F: hue angle of 223.71º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #394C7F is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 57 | 76 | 127 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.50 |
| HSL | 223.71º | 0.38% | 0.36% | - |
| HSV(B) | 223.71º | 0.55% | 0.5% | - |
| XYZ | 8.1 | 7.57 | 21.11 | - |
| YUV | 76.13 | 156.71 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 76 | 127 | 0.55 | 0.40 | 0 | 0.50 | 223.71 | 0.38 | 0.36 |
| Hex | 39 | 4C | 7F | 37 | 28 | 0 | 32 | E0 | 26 | 24 |
| Octal | 71 | 114 | 177 | 67 | 50 | 0 | 62 | 340 | 46 | 44 |
| Binary | 111001 | 1001100 | 1111111 | 110111 | 101000 | 0 | 110010 | 11100000 | 100110 | 100100 |
Color Harmonies of #394C7F
Complementary color
Monochromatic Colors of #394C7F
Black with #394C7F
Text Example
Text Example
White with #394C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394C7F; }
p { color: rgb(57,76,127); }
H1.HeaderClassName
{
color: #394C7F;
}
.AnyTagClassName
{
color: #394C7F;
}
</style>
background-color css
<style>
a { background-color: #394C7F; }
a { background-color: rgb(57,76,127); }
div.DivClassName
{
background-color: #394C7F;
}
.BgClassName
{
background-color: #394C7F;
}
</style>
border-color css
<style>
span { border-color: #394C7F; }
span { border-color: rgb(57,76,127); }
td.TdClassName
{
border-color: #394C7F;
}
.TagClassName
{
border-color: #394C7F;
}
</style>