Shades of Tory Blue #394C80
Tints of Tory Blue #394C80
RGB
CMYK
RGB Variations
Color information
#394C80 (or 0x394C80) is known color: Tory Blue. HEX triplet: 39, 4C and 80. RGB value is (57,76,128). Sum of RGB (Red+Green+Blue) = 57+76+128=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #394C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394C80 is #C6B37F. Grayscale: #4C4C4C. Windows color (decimal): -13022080 or 8408121. OLE color: 8408121.
HSL color Cylindrical-coordinate representation of color #394C80: hue angle of 223.94º 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 #394C80 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 57 | 76 | 128 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.50 |
| HSL | 223.94º | 0.38% | 0.36% | - |
| HSV(B) | 223.94º | 0.55% | 0.5% | - |
| XYZ | 8.17 | 7.6 | 21.46 | - |
| YUV | 76.25 | 157.21 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 76 | 128 | 0.55 | 0.41 | 0 | 0.50 | 223.94 | 0.38 | 0.36 |
| Hex | 39 | 4C | 80 | 37 | 29 | 0 | 32 | E0 | 26 | 24 |
| Octal | 71 | 114 | 200 | 67 | 51 | 0 | 62 | 340 | 46 | 44 |
| Binary | 111001 | 1001100 | 10000000 | 110111 | 101001 | 0 | 110010 | 11100000 | 100110 | 100100 |
Color Harmonies of #394C80
Complementary color
Monochromatic Colors of #394C80
Black with #394C80
Text Example
Text Example
White with #394C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394C80; }
p { color: rgb(57,76,128); }
H1.HeaderClassName
{
color: #394C80;
}
.AnyTagClassName
{
color: #394C80;
}
</style>
background-color css
<style>
a { background-color: #394C80; }
a { background-color: rgb(57,76,128); }
div.DivClassName
{
background-color: #394C80;
}
.BgClassName
{
background-color: #394C80;
}
</style>
border-color css
<style>
span { border-color: #394C80; }
span { border-color: rgb(57,76,128); }
td.TdClassName
{
border-color: #394C80;
}
.TagClassName
{
border-color: #394C80;
}
</style>