Shades of Tory Blue #314DA3
Tints of Tory Blue #314DA3
RGB
CMYK
RGB Variations
Color information
#314DA3 (or 0x314DA3) is known color: Tory Blue. HEX triplet: 31, 4D and A3. RGB value is (49,77,163). Sum of RGB (Red+Green+Blue) = 49+77+163=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 163 (64.06% from 255 or 56.40% from 289); Max value from RGB is 163 - color contains mainly: blue. Hex color #314DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314DA3 is #CEB25C. Grayscale: #4E4E4E. Windows color (decimal): -13546077 or 10702129. OLE color: 10702129.
HSL color Cylindrical-coordinate representation of color #314DA3: hue angle of 225.26º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #314DA3 is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 49 | 77 | 163 | - |
| CMYK | 0.70 | 0.53 | 0 | 0.36 |
| HSL | 225.26º | 0.54% | 0.42% | - |
| HSV(B) | 225.26º | 0.7% | 0.64% | - |
| XYZ | 10.53 | 8.61 | 35.76 | - |
| YUV | 78.43 | 175.72 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 163 | 0.70 | 0.53 | 0 | 0.36 | 225.26 | 0.54 | 0.42 |
| Hex | 31 | 4D | A3 | 46 | 35 | 0 | 24 | E1 | 36 | 2A |
| Octal | 61 | 115 | 243 | 106 | 65 | 0 | 44 | 341 | 66 | 52 |
| Binary | 110001 | 1001101 | 10100011 | 1000110 | 110101 | 0 | 100100 | 11100001 | 110110 | 101010 |
Color Harmonies of #314DA3
Complementary color
Monochromatic Colors of #314DA3
Black with #314DA3
Text Example
Text Example
White with #314DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314DA3; }
p { color: rgb(49,77,163); }
H1.HeaderClassName
{
color: #314DA3;
}
.AnyTagClassName
{
color: #314DA3;
}
</style>
background-color css
<style>
a { background-color: #314DA3; }
a { background-color: rgb(49,77,163); }
div.DivClassName
{
background-color: #314DA3;
}
.BgClassName
{
background-color: #314DA3;
}
</style>
border-color css
<style>
span { border-color: #314DA3; }
span { border-color: rgb(49,77,163); }
td.TdClassName
{
border-color: #314DA3;
}
.TagClassName
{
border-color: #314DA3;
}
</style>