Shades of Tory Blue #394C85
Tints of Tory Blue #394C85
RGB
CMYK
RGB Variations
Color information
#394C85 (or 0x394C85) is known color: Tory Blue. HEX triplet: 39, 4C and 85. RGB value is (57,76,133). Sum of RGB (Red+Green+Blue) = 57+76+133=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #394C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394C85 is #C6B37A. Grayscale: #4C4C4C. Windows color (decimal): -13022075 or 8735801. OLE color: 8735801.
HSL color Cylindrical-coordinate representation of color #394C85: hue angle of 225º 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 #394C85 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 76 | 133 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.48 |
| HSL | 225º | 0.4% | 0.37% | - |
| HSV(B) | 225º | 0.57% | 0.52% | - |
| XYZ | 8.51 | 7.73 | 23.23 | - |
| YUV | 76.82 | 159.71 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 76 | 133 | 0.57 | 0.43 | 0 | 0.48 | 225 | 0.4 | 0.37 |
| Hex | 39 | 4C | 85 | 39 | 2B | 0 | 30 | E1 | 28 | 25 |
| Octal | 71 | 114 | 205 | 71 | 53 | 0 | 60 | 341 | 50 | 45 |
| Binary | 111001 | 1001100 | 10000101 | 111001 | 101011 | 0 | 110000 | 11100001 | 101000 | 100101 |
Color Harmonies of #394C85
Complementary color
Monochromatic Colors of #394C85
Black with #394C85
Text Example
Text Example
White with #394C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394C85; }
p { color: rgb(57,76,133); }
H1.HeaderClassName
{
color: #394C85;
}
.AnyTagClassName
{
color: #394C85;
}
</style>
background-color css
<style>
a { background-color: #394C85; }
a { background-color: rgb(57,76,133); }
div.DivClassName
{
background-color: #394C85;
}
.BgClassName
{
background-color: #394C85;
}
</style>
border-color css
<style>
span { border-color: #394C85; }
span { border-color: rgb(57,76,133); }
td.TdClassName
{
border-color: #394C85;
}
.TagClassName
{
border-color: #394C85;
}
</style>