Shades of Tory Blue #31459B
Tints of Tory Blue #31459B
RGB
CMYK
RGB Variations
Color information
#31459B (or 0x31459B) is known color: Tory Blue. HEX triplet: 31, 45 and 9B. RGB value is (49,69,155). Sum of RGB (Red+Green+Blue) = 49+69+155=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #31459B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31459B is #CEBA64. Grayscale: #484848. Windows color (decimal): -13548133 or 10175793. OLE color: 10175793.
HSL color Cylindrical-coordinate representation of color #31459B: hue angle of 228.68º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31459B is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 49 | 69 | 155 | - |
| CMYK | 0.68 | 0.55 | 0 | 0.39 |
| HSL | 228.68º | 0.52% | 0.4% | - |
| HSV(B) | 228.68º | 0.68% | 0.61% | - |
| XYZ | 9.31 | 7.28 | 31.92 | - |
| YUV | 72.82 | 174.37 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 69 | 155 | 0.68 | 0.55 | 0 | 0.39 | 228.68 | 0.52 | 0.4 |
| Hex | 31 | 45 | 9B | 44 | 37 | 0 | 27 | E5 | 34 | 28 |
| Octal | 61 | 105 | 233 | 104 | 67 | 0 | 47 | 345 | 64 | 50 |
| Binary | 110001 | 1000101 | 10011011 | 1000100 | 110111 | 0 | 100111 | 11100101 | 110100 | 101000 |
Color Harmonies of #31459B
Complementary color
Monochromatic Colors of #31459B
Black with #31459B
Text Example
Text Example
White with #31459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31459B; }
p { color: rgb(49,69,155); }
H1.HeaderClassName
{
color: #31459B;
}
.AnyTagClassName
{
color: #31459B;
}
</style>
background-color css
<style>
a { background-color: #31459B; }
a { background-color: rgb(49,69,155); }
div.DivClassName
{
background-color: #31459B;
}
.BgClassName
{
background-color: #31459B;
}
</style>
border-color css
<style>
span { border-color: #31459B; }
span { border-color: rgb(49,69,155); }
td.TdClassName
{
border-color: #31459B;
}
.TagClassName
{
border-color: #31459B;
}
</style>