Shades of Tory Blue #314189
Tints of Tory Blue #314189
RGB
CMYK
RGB Variations
Color information
#314189 (or 0x314189) is known color: Tory Blue. HEX triplet: 31, 41 and 89. RGB value is (49,65,137). Sum of RGB (Red+Green+Blue) = 49+65+137=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #314189 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314189 is #CEBE76. Grayscale: #444444. Windows color (decimal): -13549175 or 8995121. OLE color: 8995121.
HSL color Cylindrical-coordinate representation of color #314189: hue angle of 229.09º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #314189 is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 65 | 137 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.46 |
| HSL | 229.09º | 0.47% | 0.36% | - |
| HSV(B) | 229.09º | 0.64% | 0.54% | - |
| XYZ | 7.67 | 6.24 | 24.47 | - |
| YUV | 68.42 | 166.7 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 137 | 0.64 | 0.53 | 0 | 0.46 | 229.09 | 0.47 | 0.36 |
| Hex | 31 | 41 | 89 | 40 | 35 | 0 | 2E | E5 | 2F | 24 |
| Octal | 61 | 101 | 211 | 100 | 65 | 0 | 56 | 345 | 57 | 44 |
| Binary | 110001 | 1000001 | 10001001 | 1000000 | 110101 | 0 | 101110 | 11100101 | 101111 | 100100 |
Color Harmonies of #314189
Complementary color
Monochromatic Colors of #314189
Black with #314189
Text Example
Text Example
White with #314189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314189; }
p { color: rgb(49,65,137); }
H1.HeaderClassName
{
color: #314189;
}
.AnyTagClassName
{
color: #314189;
}
</style>
background-color css
<style>
a { background-color: #314189; }
a { background-color: rgb(49,65,137); }
div.DivClassName
{
background-color: #314189;
}
.BgClassName
{
background-color: #314189;
}
</style>
border-color css
<style>
span { border-color: #314189; }
span { border-color: rgb(49,65,137); }
td.TdClassName
{
border-color: #314189;
}
.TagClassName
{
border-color: #314189;
}
</style>