Shades of Tory Blue #314883
Tints of Tory Blue #314883
RGB
CMYK
RGB Variations
Color information
#314883 (or 0x314883) is known color: Tory Blue. HEX triplet: 31, 48 and 83. RGB value is (49,72,131). Sum of RGB (Red+Green+Blue) = 49+72+131=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #314883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314883 is #CEB77C. Grayscale: #474747. Windows color (decimal): -13547389 or 8603697. OLE color: 8603697.
HSL color Cylindrical-coordinate representation of color #314883: hue angle of 223.17º 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 #314883 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 72 | 131 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.49 |
| HSL | 223.17º | 0.46% | 0.35% | - |
| HSV(B) | 223.17º | 0.63% | 0.51% | - |
| XYZ | 7.68 | 6.93 | 22.4 | - |
| YUV | 71.85 | 161.38 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 72 | 131 | 0.63 | 0.45 | 0 | 0.49 | 223.17 | 0.46 | 0.35 |
| Hex | 31 | 48 | 83 | 3F | 2D | 0 | 31 | DF | 2E | 23 |
| Octal | 61 | 110 | 203 | 77 | 55 | 0 | 61 | 337 | 56 | 43 |
| Binary | 110001 | 1001000 | 10000011 | 111111 | 101101 | 0 | 110001 | 11011111 | 101110 | 100011 |
Color Harmonies of #314883
Complementary color
Monochromatic Colors of #314883
Black with #314883
Text Example
Text Example
White with #314883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314883; }
p { color: rgb(49,72,131); }
H1.HeaderClassName
{
color: #314883;
}
.AnyTagClassName
{
color: #314883;
}
</style>
background-color css
<style>
a { background-color: #314883; }
a { background-color: rgb(49,72,131); }
div.DivClassName
{
background-color: #314883;
}
.BgClassName
{
background-color: #314883;
}
</style>
border-color css
<style>
span { border-color: #314883; }
span { border-color: rgb(49,72,131); }
td.TdClassName
{
border-color: #314883;
}
.TagClassName
{
border-color: #314883;
}
</style>