Shades of Tory Blue #314092
Tints of Tory Blue #314092
RGB
CMYK
RGB Variations
Color information
#314092 (or 0x314092) is known color: Tory Blue. HEX triplet: 31, 40 and 92. RGB value is (49,64,146). Sum of RGB (Red+Green+Blue) = 49+64+146=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #314092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314092 is #CEBF6D. Grayscale: #444444. Windows color (decimal): -13549422 or 9584689. OLE color: 9584689.
HSL color Cylindrical-coordinate representation of color #314092: hue angle of 230.72º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #314092 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 64 | 146 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.43 |
| HSL | 230.72º | 0.5% | 0.38% | - |
| HSV(B) | 230.72º | 0.66% | 0.57% | - |
| XYZ | 8.29 | 6.4 | 27.99 | - |
| YUV | 68.86 | 171.53 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 146 | 0.66 | 0.56 | 0 | 0.43 | 230.72 | 0.5 | 0.38 |
| Hex | 31 | 40 | 92 | 42 | 38 | 0 | 2B | E7 | 32 | 26 |
| Octal | 61 | 100 | 222 | 102 | 70 | 0 | 53 | 347 | 62 | 46 |
| Binary | 110001 | 1000000 | 10010010 | 1000010 | 111000 | 0 | 101011 | 11100111 | 110010 | 100110 |
Color Harmonies of #314092
Complementary color
Monochromatic Colors of #314092
Black with #314092
Text Example
Text Example
White with #314092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314092; }
p { color: rgb(49,64,146); }
H1.HeaderClassName
{
color: #314092;
}
.AnyTagClassName
{
color: #314092;
}
</style>
background-color css
<style>
a { background-color: #314092; }
a { background-color: rgb(49,64,146); }
div.DivClassName
{
background-color: #314092;
}
.BgClassName
{
background-color: #314092;
}
</style>
border-color css
<style>
span { border-color: #314092; }
span { border-color: rgb(49,64,146); }
td.TdClassName
{
border-color: #314092;
}
.TagClassName
{
border-color: #314092;
}
</style>