Shades of Tory Blue #31488F
Tints of Tory Blue #31488F
RGB
CMYK
RGB Variations
Color information
#31488F (or 0x31488F) is known color: Tory Blue. HEX triplet: 31, 48 and 8F. RGB value is (49,72,143). Sum of RGB (Red+Green+Blue) = 49+72+143=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 143 (56.25% from 255 or 54.17% from 264); Max value from RGB is 143 - color contains mainly: blue. Hex color #31488F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31488F is #CEB770. Grayscale: #484848. Windows color (decimal): -13547377 or 9390129. OLE color: 9390129.
HSL color Cylindrical-coordinate representation of color #31488F: hue angle of 225.32º 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 #31488F is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 72 | 143 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.44 |
| HSL | 225.32º | 0.49% | 0.38% | - |
| HSV(B) | 225.32º | 0.66% | 0.56% | - |
| XYZ | 8.54 | 7.27 | 26.94 | - |
| YUV | 73.22 | 167.38 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 72 | 143 | 0.66 | 0.50 | 0 | 0.44 | 225.32 | 0.49 | 0.38 |
| Hex | 31 | 48 | 8F | 42 | 32 | 0 | 2C | E1 | 31 | 26 |
| Octal | 61 | 110 | 217 | 102 | 62 | 0 | 54 | 341 | 61 | 46 |
| Binary | 110001 | 1001000 | 10001111 | 1000010 | 110010 | 0 | 101100 | 11100001 | 110001 | 100110 |
Color Harmonies of #31488F
Complementary color
Monochromatic Colors of #31488F
Black with #31488F
Text Example
Text Example
White with #31488F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31488F; }
p { color: rgb(49,72,143); }
H1.HeaderClassName
{
color: #31488F;
}
.AnyTagClassName
{
color: #31488F;
}
</style>
background-color css
<style>
a { background-color: #31488F; }
a { background-color: rgb(49,72,143); }
div.DivClassName
{
background-color: #31488F;
}
.BgClassName
{
background-color: #31488F;
}
</style>
border-color css
<style>
span { border-color: #31488F; }
span { border-color: rgb(49,72,143); }
td.TdClassName
{
border-color: #31488F;
}
.TagClassName
{
border-color: #31488F;
}
</style>