Shades of Tory Blue #314983
Tints of Tory Blue #314983
RGB
CMYK
RGB Variations
Color information
#314983 (or 0x314983) is known color: Tory Blue. HEX triplet: 31, 49 and 83. RGB value is (49,73,131). Sum of RGB (Red+Green+Blue) = 49+73+131=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 131 (51.56% from 255 or 51.78% from 253); Max value from RGB is 131 - color contains mainly: blue. Hex color #314983 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314983 is #CEB67C. Grayscale: #484848. Windows color (decimal): -13547133 or 8603953. OLE color: 8603953.
HSL color Cylindrical-coordinate representation of color #314983: hue angle of 222.44º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #314983 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 73 | 131 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.49 |
| HSL | 222.44º | 0.46% | 0.35% | - |
| HSV(B) | 222.44º | 0.63% | 0.51% | - |
| XYZ | 7.75 | 7.06 | 22.43 | - |
| YUV | 72.44 | 161.05 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 73 | 131 | 0.63 | 0.44 | 0 | 0.49 | 222.44 | 0.46 | 0.35 |
| Hex | 31 | 49 | 83 | 3F | 2C | 0 | 31 | DE | 2E | 23 |
| Octal | 61 | 111 | 203 | 77 | 54 | 0 | 61 | 336 | 56 | 43 |
| Binary | 110001 | 1001001 | 10000011 | 111111 | 101100 | 0 | 110001 | 11011110 | 101110 | 100011 |
Color Harmonies of #314983
Complementary color
Monochromatic Colors of #314983
Black with #314983
Text Example
Text Example
White with #314983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314983; }
p { color: rgb(49,73,131); }
H1.HeaderClassName
{
color: #314983;
}
.AnyTagClassName
{
color: #314983;
}
</style>
background-color css
<style>
a { background-color: #314983; }
a { background-color: rgb(49,73,131); }
div.DivClassName
{
background-color: #314983;
}
.BgClassName
{
background-color: #314983;
}
</style>
border-color css
<style>
span { border-color: #314983; }
span { border-color: rgb(49,73,131); }
td.TdClassName
{
border-color: #314983;
}
.TagClassName
{
border-color: #314983;
}
</style>