Shades of Tory Blue #314395
Tints of Tory Blue #314395
RGB
CMYK
RGB Variations
Color information
#314395 (or 0x314395) is known color: Tory Blue. HEX triplet: 31, 43 and 95. RGB value is (49,67,149). Sum of RGB (Red+Green+Blue) = 49+67+149=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #314395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314395 is #CEBC6A. Grayscale: #464646. Windows color (decimal): -13548651 or 9782065. OLE color: 9782065.
HSL color Cylindrical-coordinate representation of color #314395: hue angle of 229.2º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #314395 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 49 | 67 | 149 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.42 |
| HSL | 229.2º | 0.51% | 0.39% | - |
| HSV(B) | 229.2º | 0.67% | 0.58% | - |
| XYZ | 8.7 | 6.84 | 29.3 | - |
| YUV | 70.97 | 172.04 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 149 | 0.67 | 0.55 | 0 | 0.42 | 229.2 | 0.51 | 0.39 |
| Hex | 31 | 43 | 95 | 43 | 37 | 0 | 2A | E5 | 33 | 27 |
| Octal | 61 | 103 | 225 | 103 | 67 | 0 | 52 | 345 | 63 | 47 |
| Binary | 110001 | 1000011 | 10010101 | 1000011 | 110111 | 0 | 101010 | 11100101 | 110011 | 100111 |
Color Harmonies of #314395
Complementary color
Monochromatic Colors of #314395
Black with #314395
Text Example
Text Example
White with #314395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314395; }
p { color: rgb(49,67,149); }
H1.HeaderClassName
{
color: #314395;
}
.AnyTagClassName
{
color: #314395;
}
</style>
background-color css
<style>
a { background-color: #314395; }
a { background-color: rgb(49,67,149); }
div.DivClassName
{
background-color: #314395;
}
.BgClassName
{
background-color: #314395;
}
</style>
border-color css
<style>
span { border-color: #314395; }
span { border-color: rgb(49,67,149); }
td.TdClassName
{
border-color: #314395;
}
.TagClassName
{
border-color: #314395;
}
</style>