Shades of Tory Blue #314D9F
Tints of Tory Blue #314D9F
RGB
CMYK
RGB Variations
Color information
#314D9F (or 0x314D9F) is known color: Tory Blue. HEX triplet: 31, 4D and 9F. RGB value is (49,77,159). Sum of RGB (Red+Green+Blue) = 49+77+159=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 159 (62.5% from 255 or 55.79% from 285); Max value from RGB is 159 - color contains mainly: blue. Hex color #314D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314D9F is #CEB260. Grayscale: #4D4D4D. Windows color (decimal): -13546081 or 10439985. OLE color: 10439985.
HSL color Cylindrical-coordinate representation of color #314D9F: hue angle of 224.73º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #314D9F is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 49 | 77 | 159 | - |
| CMYK | 0.69 | 0.52 | 0 | 0.38 |
| HSL | 224.73º | 0.53% | 0.41% | - |
| HSV(B) | 224.73º | 0.69% | 0.62% | - |
| XYZ | 10.18 | 8.46 | 33.9 | - |
| YUV | 77.98 | 173.72 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 159 | 0.69 | 0.52 | 0 | 0.38 | 224.73 | 0.53 | 0.41 |
| Hex | 31 | 4D | 9F | 45 | 34 | 0 | 26 | E1 | 35 | 29 |
| Octal | 61 | 115 | 237 | 105 | 64 | 0 | 46 | 341 | 65 | 51 |
| Binary | 110001 | 1001101 | 10011111 | 1000101 | 110100 | 0 | 100110 | 11100001 | 110101 | 101001 |
Color Harmonies of #314D9F
Complementary color
Monochromatic Colors of #314D9F
Black with #314D9F
Text Example
Text Example
White with #314D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314D9F; }
p { color: rgb(49,77,159); }
H1.HeaderClassName
{
color: #314D9F;
}
.AnyTagClassName
{
color: #314D9F;
}
</style>
background-color css
<style>
a { background-color: #314D9F; }
a { background-color: rgb(49,77,159); }
div.DivClassName
{
background-color: #314D9F;
}
.BgClassName
{
background-color: #314D9F;
}
</style>
border-color css
<style>
span { border-color: #314D9F; }
span { border-color: rgb(49,77,159); }
td.TdClassName
{
border-color: #314D9F;
}
.TagClassName
{
border-color: #314D9F;
}
</style>