Shades of Tory Blue #314896
Tints of Tory Blue #314896
RGB
CMYK
RGB Variations
Color information
#314896 (or 0x314896) is known color: Tory Blue. HEX triplet: 31, 48 and 96. RGB value is (49,72,150). Sum of RGB (Red+Green+Blue) = 49+72+150=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 150 (58.98% from 255 or 55.35% from 271); Max value from RGB is 150 - color contains mainly: blue. Hex color #314896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314896 is #CEB769. Grayscale: #494949. Windows color (decimal): -13547370 or 9848881. OLE color: 9848881.
HSL color Cylindrical-coordinate representation of color #314896: hue angle of 226.34º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #314896 is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 49 | 72 | 150 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.41 |
| HSL | 226.34º | 0.51% | 0.39% | - |
| HSV(B) | 226.34º | 0.67% | 0.59% | - |
| XYZ | 9.09 | 7.49 | 29.82 | - |
| YUV | 74.02 | 170.88 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 72 | 150 | 0.67 | 0.52 | 0 | 0.41 | 226.34 | 0.51 | 0.39 |
| Hex | 31 | 48 | 96 | 43 | 34 | 0 | 29 | E2 | 33 | 27 |
| Octal | 61 | 110 | 226 | 103 | 64 | 0 | 51 | 342 | 63 | 47 |
| Binary | 110001 | 1001000 | 10010110 | 1000011 | 110100 | 0 | 101001 | 11100010 | 110011 | 100111 |
Color Harmonies of #314896
Complementary color
Monochromatic Colors of #314896
Black with #314896
Text Example
Text Example
White with #314896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314896; }
p { color: rgb(49,72,150); }
H1.HeaderClassName
{
color: #314896;
}
.AnyTagClassName
{
color: #314896;
}
</style>
background-color css
<style>
a { background-color: #314896; }
a { background-color: rgb(49,72,150); }
div.DivClassName
{
background-color: #314896;
}
.BgClassName
{
background-color: #314896;
}
</style>
border-color css
<style>
span { border-color: #314896; }
span { border-color: rgb(49,72,150); }
td.TdClassName
{
border-color: #314896;
}
.TagClassName
{
border-color: #314896;
}
</style>