Shades of Tory Blue #313E90
Tints of Tory Blue #313E90
RGB
CMYK
RGB Variations
Color information
#313E90 (or 0x313E90) is known color: Tory Blue. HEX triplet: 31, 3E and 90. RGB value is (49,62,144). Sum of RGB (Red+Green+Blue) = 49+62+144=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #313E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313E90 is #CEC16F. Grayscale: #434343. Windows color (decimal): -13549936 or 9453105. OLE color: 9453105.
HSL color Cylindrical-coordinate representation of color #313E90: hue angle of 231.79º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #313E90 is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 62 | 144 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.44 |
| HSL | 231.79º | 0.49% | 0.38% | - |
| HSV(B) | 231.79º | 0.66% | 0.56% | - |
| XYZ | 8.02 | 6.11 | 27.14 | - |
| YUV | 67.46 | 171.19 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 62 | 144 | 0.66 | 0.57 | 0 | 0.44 | 231.79 | 0.49 | 0.38 |
| Hex | 31 | 3E | 90 | 42 | 39 | 0 | 2C | E8 | 31 | 26 |
| Octal | 61 | 76 | 220 | 102 | 71 | 0 | 54 | 350 | 61 | 46 |
| Binary | 110001 | 111110 | 10010000 | 1000010 | 111001 | 0 | 101100 | 11101000 | 110001 | 100110 |
Color Harmonies of #313E90
Complementary color
Monochromatic Colors of #313E90
Black with #313E90
Text Example
Text Example
White with #313E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313E90; }
p { color: rgb(49,62,144); }
H1.HeaderClassName
{
color: #313E90;
}
.AnyTagClassName
{
color: #313E90;
}
</style>
background-color css
<style>
a { background-color: #313E90; }
a { background-color: rgb(49,62,144); }
div.DivClassName
{
background-color: #313E90;
}
.BgClassName
{
background-color: #313E90;
}
</style>
border-color css
<style>
span { border-color: #313E90; }
span { border-color: rgb(49,62,144); }
td.TdClassName
{
border-color: #313E90;
}
.TagClassName
{
border-color: #313E90;
}
</style>