Shades of Tory Blue #314396
Tints of Tory Blue #314396
RGB
CMYK
RGB Variations
Color information
#314396 (or 0x314396) is known color: Tory Blue. HEX triplet: 31, 43 and 96. RGB value is (49,67,150). Sum of RGB (Red+Green+Blue) = 49+67+150=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 150 (58.98% from 255 or 56.39% from 266); Max value from RGB is 150 - color contains mainly: blue. Hex color #314396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314396 is #CEBC69. Grayscale: #464646. Windows color (decimal): -13548650 or 9847601. OLE color: 9847601.
HSL color Cylindrical-coordinate representation of color #314396: hue angle of 229.31º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #314396 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 49 | 67 | 150 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.41 |
| HSL | 229.31º | 0.51% | 0.39% | - |
| HSV(B) | 229.31º | 0.67% | 0.59% | - |
| XYZ | 8.78 | 6.87 | 29.72 | - |
| YUV | 71.08 | 172.54 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 150 | 0.67 | 0.55 | 0 | 0.41 | 229.31 | 0.51 | 0.39 |
| Hex | 31 | 43 | 96 | 43 | 37 | 0 | 29 | E5 | 33 | 27 |
| Octal | 61 | 103 | 226 | 103 | 67 | 0 | 51 | 345 | 63 | 47 |
| Binary | 110001 | 1000011 | 10010110 | 1000011 | 110111 | 0 | 101001 | 11100101 | 110011 | 100111 |
Color Harmonies of #314396
Complementary color
Monochromatic Colors of #314396
Black with #314396
Text Example
Text Example
White with #314396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314396; }
p { color: rgb(49,67,150); }
H1.HeaderClassName
{
color: #314396;
}
.AnyTagClassName
{
color: #314396;
}
</style>
background-color css
<style>
a { background-color: #314396; }
a { background-color: rgb(49,67,150); }
div.DivClassName
{
background-color: #314396;
}
.BgClassName
{
background-color: #314396;
}
</style>
border-color css
<style>
span { border-color: #314396; }
span { border-color: rgb(49,67,150); }
td.TdClassName
{
border-color: #314396;
}
.TagClassName
{
border-color: #314396;
}
</style>