Shades of Tory Blue #314A98
Tints of Tory Blue #314A98
RGB
CMYK
RGB Variations
Color information
#314A98 (or 0x314A98) is known color: Tory Blue. HEX triplet: 31, 4A and 98. RGB value is (49,74,152). Sum of RGB (Red+Green+Blue) = 49+74+152=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 152 (59.77% from 255 or 55.27% from 275); Max value from RGB is 152 - color contains mainly: blue. Hex color #314A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314A98 is #CEB567. Grayscale: #4B4B4B. Windows color (decimal): -13546856 or 9980465. OLE color: 9980465.
HSL color Cylindrical-coordinate representation of color #314A98: hue angle of 225.44º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #314A98 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 74 | 152 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.40 |
| HSL | 225.44º | 0.51% | 0.39% | - |
| HSV(B) | 225.44º | 0.68% | 0.6% | - |
| XYZ | 9.38 | 7.82 | 30.72 | - |
| YUV | 75.42 | 171.22 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 74 | 152 | 0.68 | 0.51 | 0 | 0.40 | 225.44 | 0.51 | 0.39 |
| Hex | 31 | 4A | 98 | 44 | 33 | 0 | 28 | E1 | 33 | 27 |
| Octal | 61 | 112 | 230 | 104 | 63 | 0 | 50 | 341 | 63 | 47 |
| Binary | 110001 | 1001010 | 10011000 | 1000100 | 110011 | 0 | 101000 | 11100001 | 110011 | 100111 |
Color Harmonies of #314A98
Complementary color
Monochromatic Colors of #314A98
Black with #314A98
Text Example
Text Example
White with #314A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314A98; }
p { color: rgb(49,74,152); }
H1.HeaderClassName
{
color: #314A98;
}
.AnyTagClassName
{
color: #314A98;
}
</style>
background-color css
<style>
a { background-color: #314A98; }
a { background-color: rgb(49,74,152); }
div.DivClassName
{
background-color: #314A98;
}
.BgClassName
{
background-color: #314A98;
}
</style>
border-color css
<style>
span { border-color: #314A98; }
span { border-color: rgb(49,74,152); }
td.TdClassName
{
border-color: #314A98;
}
.TagClassName
{
border-color: #314A98;
}
</style>