Shades of Tory Blue #314892
Tints of Tory Blue #314892
RGB
CMYK
RGB Variations
Color information
#314892 (or 0x314892) is known color: Tory Blue. HEX triplet: 31, 48 and 92. RGB value is (49,72,146). Sum of RGB (Red+Green+Blue) = 49+72+146=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #314892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314892 is #CEB76D. Grayscale: #494949. Windows color (decimal): -13547374 or 9586737. OLE color: 9586737.
HSL color Cylindrical-coordinate representation of color #314892: hue angle of 225.77º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #314892 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 72 | 146 | - |
| CMYK | 0.66 | 0.51 | 0 | 0.43 |
| HSL | 225.77º | 0.5% | 0.38% | - |
| HSV(B) | 225.77º | 0.66% | 0.57% | - |
| XYZ | 8.77 | 7.36 | 28.15 | - |
| YUV | 73.56 | 168.88 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 72 | 146 | 0.66 | 0.51 | 0 | 0.43 | 225.77 | 0.5 | 0.38 |
| Hex | 31 | 48 | 92 | 42 | 33 | 0 | 2B | E2 | 32 | 26 |
| Octal | 61 | 110 | 222 | 102 | 63 | 0 | 53 | 342 | 62 | 46 |
| Binary | 110001 | 1001000 | 10010010 | 1000010 | 110011 | 0 | 101011 | 11100010 | 110010 | 100110 |
Color Harmonies of #314892
Complementary color
Monochromatic Colors of #314892
Black with #314892
Text Example
Text Example
White with #314892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314892; }
p { color: rgb(49,72,146); }
H1.HeaderClassName
{
color: #314892;
}
.AnyTagClassName
{
color: #314892;
}
</style>
background-color css
<style>
a { background-color: #314892; }
a { background-color: rgb(49,72,146); }
div.DivClassName
{
background-color: #314892;
}
.BgClassName
{
background-color: #314892;
}
</style>
border-color css
<style>
span { border-color: #314892; }
span { border-color: rgb(49,72,146); }
td.TdClassName
{
border-color: #314892;
}
.TagClassName
{
border-color: #314892;
}
</style>