Shades of Tory Blue #314293
Tints of Tory Blue #314293
RGB
CMYK
RGB Variations
Color information
#314293 (or 0x314293) is known color: Tory Blue. HEX triplet: 31, 42 and 93. RGB value is (49,66,147). Sum of RGB (Red+Green+Blue) = 49+66+147=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 147 (57.81% from 255 or 56.11% from 262); Max value from RGB is 147 - color contains mainly: blue. Hex color #314293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314293 is #CEBD6C. Grayscale: #454545. Windows color (decimal): -13548909 or 9650737. OLE color: 9650737.
HSL color Cylindrical-coordinate representation of color #314293: hue angle of 229.59º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #314293 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 66 | 147 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.42 |
| HSL | 229.59º | 0.5% | 0.38% | - |
| HSV(B) | 229.59º | 0.67% | 0.58% | - |
| XYZ | 8.48 | 6.66 | 28.44 | - |
| YUV | 70.15 | 171.37 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 66 | 147 | 0.67 | 0.55 | 0 | 0.42 | 229.59 | 0.5 | 0.38 |
| Hex | 31 | 42 | 93 | 43 | 37 | 0 | 2A | E6 | 32 | 26 |
| Octal | 61 | 102 | 223 | 103 | 67 | 0 | 52 | 346 | 62 | 46 |
| Binary | 110001 | 1000010 | 10010011 | 1000011 | 110111 | 0 | 101010 | 11100110 | 110010 | 100110 |
Color Harmonies of #314293
Complementary color
Monochromatic Colors of #314293
Black with #314293
Text Example
Text Example
White with #314293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314293; }
p { color: rgb(49,66,147); }
H1.HeaderClassName
{
color: #314293;
}
.AnyTagClassName
{
color: #314293;
}
</style>
background-color css
<style>
a { background-color: #314293; }
a { background-color: rgb(49,66,147); }
div.DivClassName
{
background-color: #314293;
}
.BgClassName
{
background-color: #314293;
}
</style>
border-color css
<style>
span { border-color: #314293; }
span { border-color: rgb(49,66,147); }
td.TdClassName
{
border-color: #314293;
}
.TagClassName
{
border-color: #314293;
}
</style>