Shades of Tory Blue #314783
Tints of Tory Blue #314783
RGB
CMYK
RGB Variations
Color information
#314783 (or 0x314783) is known color: Tory Blue. HEX triplet: 31, 47 and 83. RGB value is (49,71,131). Sum of RGB (Red+Green+Blue) = 49+71+131=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 131 (51.56% from 255 or 52.19% from 251); Max value from RGB is 131 - color contains mainly: blue. Hex color #314783 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314783 is #CEB87C. Grayscale: #474747. Windows color (decimal): -13547645 or 8603441. OLE color: 8603441.
HSL color Cylindrical-coordinate representation of color #314783: hue angle of 223.9º 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 #314783 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 71 | 131 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.49 |
| HSL | 223.9º | 0.46% | 0.35% | - |
| HSV(B) | 223.9º | 0.63% | 0.51% | - |
| XYZ | 7.62 | 6.8 | 22.38 | - |
| YUV | 71.26 | 161.71 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 71 | 131 | 0.63 | 0.46 | 0 | 0.49 | 223.9 | 0.46 | 0.35 |
| Hex | 31 | 47 | 83 | 3F | 2E | 0 | 31 | E0 | 2E | 23 |
| Octal | 61 | 107 | 203 | 77 | 56 | 0 | 61 | 340 | 56 | 43 |
| Binary | 110001 | 1000111 | 10000011 | 111111 | 101110 | 0 | 110001 | 11100000 | 101110 | 100011 |
Color Harmonies of #314783
Complementary color
Monochromatic Colors of #314783
Black with #314783
Text Example
Text Example
White with #314783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314783; }
p { color: rgb(49,71,131); }
H1.HeaderClassName
{
color: #314783;
}
.AnyTagClassName
{
color: #314783;
}
</style>
background-color css
<style>
a { background-color: #314783; }
a { background-color: rgb(49,71,131); }
div.DivClassName
{
background-color: #314783;
}
.BgClassName
{
background-color: #314783;
}
</style>
border-color css
<style>
span { border-color: #314783; }
span { border-color: rgb(49,71,131); }
td.TdClassName
{
border-color: #314783;
}
.TagClassName
{
border-color: #314783;
}
</style>