Shades of Tory Blue #394491
Tints of Tory Blue #394491
RGB
CMYK
RGB Variations
Color information
#394491 (or 0x394491) is known color: Tory Blue. HEX triplet: 39, 44 and 91. RGB value is (57,68,145). Sum of RGB (Red+Green+Blue) = 57+68+145=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 145 (57.03% from 255 or 53.70% from 270); Max value from RGB is 145 - color contains mainly: blue. Hex color #394491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394491 is #C6BB6E. Grayscale: #494949. Windows color (decimal): -13024111 or 9520185. OLE color: 9520185.
HSL color Cylindrical-coordinate representation of color #394491: hue angle of 232.5º 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 #394491 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 68 | 145 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.43 |
| HSL | 232.5º | 0.44% | 0.4% | - |
| HSV(B) | 232.5º | 0.61% | 0.57% | - |
| XYZ | 8.87 | 7.05 | 27.68 | - |
| YUV | 73.49 | 168.36 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 68 | 145 | 0.61 | 0.53 | 0 | 0.43 | 232.5 | 0.44 | 0.4 |
| Hex | 39 | 44 | 91 | 3D | 35 | 0 | 2B | E8 | 2C | 28 |
| Octal | 71 | 104 | 221 | 75 | 65 | 0 | 53 | 350 | 54 | 50 |
| Binary | 111001 | 1000100 | 10010001 | 111101 | 110101 | 0 | 101011 | 11101000 | 101100 | 101000 |
Color Harmonies of #394491
Complementary color
Monochromatic Colors of #394491
Black with #394491
Text Example
Text Example
White with #394491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #394491; }
p { color: rgb(57,68,145); }
H1.HeaderClassName
{
color: #394491;
}
.AnyTagClassName
{
color: #394491;
}
</style>
background-color css
<style>
a { background-color: #394491; }
a { background-color: rgb(57,68,145); }
div.DivClassName
{
background-color: #394491;
}
.BgClassName
{
background-color: #394491;
}
</style>
border-color css
<style>
span { border-color: #394491; }
span { border-color: rgb(57,68,145); }
td.TdClassName
{
border-color: #394491;
}
.TagClassName
{
border-color: #394491;
}
</style>