Shades of Tory Blue #394A91
Tints of Tory Blue #394A91
RGB
CMYK
RGB Variations
Color information
#394A91 (or 0x394A91) is known color: Tory Blue. HEX triplet: 39, 4A and 91. RGB value is (57,74,145). Sum of RGB (Red+Green+Blue) = 57+74+145=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #394A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394A91 is #C6B56E. Grayscale: #4C4C4C. Windows color (decimal): -13022575 or 9521721. OLE color: 9521721.
HSL color Cylindrical-coordinate representation of color #394A91: hue angle of 228.41º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #394A91 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 74 | 145 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.43 |
| HSL | 228.41º | 0.44% | 0.4% | - |
| HSV(B) | 228.41º | 0.61% | 0.57% | - |
| XYZ | 9.25 | 7.81 | 27.81 | - |
| YUV | 77.01 | 166.37 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 74 | 145 | 0.61 | 0.49 | 0 | 0.43 | 228.41 | 0.44 | 0.4 |
| Hex | 39 | 4A | 91 | 3D | 31 | 0 | 2B | E4 | 2C | 28 |
| Octal | 71 | 112 | 221 | 75 | 61 | 0 | 53 | 344 | 54 | 50 |
| Binary | 111001 | 1001010 | 10010001 | 111101 | 110001 | 0 | 101011 | 11100100 | 101100 | 101000 |
Color Harmonies of #394A91
Complementary color
Monochromatic Colors of #394A91
Black with #394A91
Text Example
Text Example
White with #394A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394A91; }
p { color: rgb(57,74,145); }
H1.HeaderClassName
{
color: #394A91;
}
.AnyTagClassName
{
color: #394A91;
}
</style>
background-color css
<style>
a { background-color: #394A91; }
a { background-color: rgb(57,74,145); }
div.DivClassName
{
background-color: #394A91;
}
.BgClassName
{
background-color: #394A91;
}
</style>
border-color css
<style>
span { border-color: #394A91; }
span { border-color: rgb(57,74,145); }
td.TdClassName
{
border-color: #394A91;
}
.TagClassName
{
border-color: #394A91;
}
</style>