Shades of Tory Blue #313F90
Tints of Tory Blue #313F90
RGB
CMYK
RGB Variations
Color information
#313F90 (or 0x313F90) is known color: Tory Blue. HEX triplet: 31, 3F and 90. RGB value is (49,63,144). Sum of RGB (Red+Green+Blue) = 49+63+144=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #313F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313F90 is #CEC06F. Grayscale: #434343. Windows color (decimal): -13549680 or 9453361. OLE color: 9453361.
HSL color Cylindrical-coordinate representation of color #313F90: hue angle of 231.16º 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 #313F90 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 63 | 144 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.44 |
| HSL | 231.16º | 0.49% | 0.38% | - |
| HSV(B) | 231.16º | 0.66% | 0.56% | - |
| XYZ | 8.08 | 6.22 | 27.16 | - |
| YUV | 68.05 | 170.86 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 144 | 0.66 | 0.56 | 0 | 0.44 | 231.16 | 0.49 | 0.38 |
| Hex | 31 | 3F | 90 | 42 | 38 | 0 | 2C | E7 | 31 | 26 |
| Octal | 61 | 77 | 220 | 102 | 70 | 0 | 54 | 347 | 61 | 46 |
| Binary | 110001 | 111111 | 10010000 | 1000010 | 111000 | 0 | 101100 | 11100111 | 110001 | 100110 |
Color Harmonies of #313F90
Complementary color
Monochromatic Colors of #313F90
Black with #313F90
Text Example
Text Example
White with #313F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313F90; }
p { color: rgb(49,63,144); }
H1.HeaderClassName
{
color: #313F90;
}
.AnyTagClassName
{
color: #313F90;
}
</style>
background-color css
<style>
a { background-color: #313F90; }
a { background-color: rgb(49,63,144); }
div.DivClassName
{
background-color: #313F90;
}
.BgClassName
{
background-color: #313F90;
}
</style>
border-color css
<style>
span { border-color: #313F90; }
span { border-color: rgb(49,63,144); }
td.TdClassName
{
border-color: #313F90;
}
.TagClassName
{
border-color: #313F90;
}
</style>