Shades of Tory Blue #394985
Tints of Tory Blue #394985
RGB
CMYK
RGB Variations
Color information
#394985 (or 0x394985) is known color: Tory Blue. HEX triplet: 39, 49 and 85. RGB value is (57,73,133). Sum of RGB (Red+Green+Blue) = 57+73+133=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #394985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394985 is #C6B67A. Grayscale: #4A4A4A. Windows color (decimal): -13022843 or 8735033. OLE color: 8735033.
HSL color Cylindrical-coordinate representation of color #394985: hue angle of 227.37º 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 #394985 is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 57 | 73 | 133 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.48 |
| HSL | 227.37º | 0.4% | 0.37% | - |
| HSV(B) | 227.37º | 0.57% | 0.52% | - |
| XYZ | 8.3 | 7.33 | 23.17 | - |
| YUV | 75.06 | 160.7 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 73 | 133 | 0.57 | 0.45 | 0 | 0.48 | 227.37 | 0.4 | 0.37 |
| Hex | 39 | 49 | 85 | 39 | 2D | 0 | 30 | E3 | 28 | 25 |
| Octal | 71 | 111 | 205 | 71 | 55 | 0 | 60 | 343 | 50 | 45 |
| Binary | 111001 | 1001001 | 10000101 | 111001 | 101101 | 0 | 110000 | 11100011 | 101000 | 100101 |
Color Harmonies of #394985
Complementary color
Monochromatic Colors of #394985
Black with #394985
Text Example
Text Example
White with #394985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394985; }
p { color: rgb(57,73,133); }
H1.HeaderClassName
{
color: #394985;
}
.AnyTagClassName
{
color: #394985;
}
</style>
background-color css
<style>
a { background-color: #394985; }
a { background-color: rgb(57,73,133); }
div.DivClassName
{
background-color: #394985;
}
.BgClassName
{
background-color: #394985;
}
</style>
border-color css
<style>
span { border-color: #394985; }
span { border-color: rgb(57,73,133); }
td.TdClassName
{
border-color: #394985;
}
.TagClassName
{
border-color: #394985;
}
</style>