Shades of Tory Blue #394D80
Tints of Tory Blue #394D80
RGB
CMYK
RGB Variations
Color information
#394D80 (or 0x394D80) is known color: Tory Blue. HEX triplet: 39, 4D and 80. RGB value is (57,77,128). Sum of RGB (Red+Green+Blue) = 57+77+128=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: blue. Hex color #394D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394D80 is #C6B27F. Grayscale: #4C4C4C. Windows color (decimal): -13021824 or 8408377. OLE color: 8408377.
HSL color Cylindrical-coordinate representation of color #394D80: hue angle of 223.1º 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 #394D80 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 57 | 77 | 128 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.50 |
| HSL | 223.1º | 0.38% | 0.36% | - |
| HSV(B) | 223.1º | 0.55% | 0.5% | - |
| XYZ | 8.24 | 7.74 | 21.48 | - |
| YUV | 76.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 77 | 128 | 0.55 | 0.40 | 0 | 0.50 | 223.1 | 0.38 | 0.36 |
| Hex | 39 | 4D | 80 | 37 | 28 | 0 | 32 | DF | 26 | 24 |
| Octal | 71 | 115 | 200 | 67 | 50 | 0 | 62 | 337 | 46 | 44 |
| Binary | 111001 | 1001101 | 10000000 | 110111 | 101000 | 0 | 110010 | 11011111 | 100110 | 100100 |
Color Harmonies of #394D80
Complementary color
Monochromatic Colors of #394D80
Black with #394D80
Text Example
Text Example
White with #394D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394D80; }
p { color: rgb(57,77,128); }
H1.HeaderClassName
{
color: #394D80;
}
.AnyTagClassName
{
color: #394D80;
}
</style>
background-color css
<style>
a { background-color: #394D80; }
a { background-color: rgb(57,77,128); }
div.DivClassName
{
background-color: #394D80;
}
.BgClassName
{
background-color: #394D80;
}
</style>
border-color css
<style>
span { border-color: #394D80; }
span { border-color: rgb(57,77,128); }
td.TdClassName
{
border-color: #394D80;
}
.TagClassName
{
border-color: #394D80;
}
</style>