Shades of Tory Blue #31458F
Tints of Tory Blue #31458F
RGB
CMYK
RGB Variations
Color information
#31458F (or 0x31458F) is known color: Tory Blue. HEX triplet: 31, 45 and 8F. RGB value is (49,69,143). Sum of RGB (Red+Green+Blue) = 49+69+143=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 143 (56.25% from 255 or 54.79% from 261); Max value from RGB is 143 - color contains mainly: blue. Hex color #31458F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31458F is #CEBA70. Grayscale: #474747. Windows color (decimal): -13548145 or 9389361. OLE color: 9389361.
HSL color Cylindrical-coordinate representation of color #31458F: hue angle of 227.23º 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 #31458F is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 69 | 143 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.44 |
| HSL | 227.23º | 0.49% | 0.38% | - |
| HSV(B) | 227.23º | 0.66% | 0.56% | - |
| XYZ | 8.35 | 6.89 | 26.88 | - |
| YUV | 71.46 | 168.37 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 69 | 143 | 0.66 | 0.52 | 0 | 0.44 | 227.23 | 0.49 | 0.38 |
| Hex | 31 | 45 | 8F | 42 | 34 | 0 | 2C | E3 | 31 | 26 |
| Octal | 61 | 105 | 217 | 102 | 64 | 0 | 54 | 343 | 61 | 46 |
| Binary | 110001 | 1000101 | 10001111 | 1000010 | 110100 | 0 | 101100 | 11100011 | 110001 | 100110 |
Color Harmonies of #31458F
Complementary color
Monochromatic Colors of #31458F
Black with #31458F
Text Example
Text Example
White with #31458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31458F; }
p { color: rgb(49,69,143); }
H1.HeaderClassName
{
color: #31458F;
}
.AnyTagClassName
{
color: #31458F;
}
</style>
background-color css
<style>
a { background-color: #31458F; }
a { background-color: rgb(49,69,143); }
div.DivClassName
{
background-color: #31458F;
}
.BgClassName
{
background-color: #31458F;
}
</style>
border-color css
<style>
span { border-color: #31458F; }
span { border-color: rgb(49,69,143); }
td.TdClassName
{
border-color: #31458F;
}
.TagClassName
{
border-color: #31458F;
}
</style>