Shades of Tory Blue #314286
Tints of Tory Blue #314286
RGB
CMYK
RGB Variations
Color information
#314286 (or 0x314286) is known color: Tory Blue. HEX triplet: 31, 42 and 86. RGB value is (49,66,134). Sum of RGB (Red+Green+Blue) = 49+66+134=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 134 (52.73% from 255 or 53.82% from 249); Max value from RGB is 134 - color contains mainly: blue. Hex color #314286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314286 is #CEBD79. Grayscale: #444444. Windows color (decimal): -13548922 or 8798769. OLE color: 8798769.
HSL color Cylindrical-coordinate representation of color #314286: hue angle of 228º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #314286 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 66 | 134 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.47 |
| HSL | 228º | 0.46% | 0.36% | - |
| HSV(B) | 228º | 0.63% | 0.53% | - |
| XYZ | 7.52 | 6.27 | 23.37 | - |
| YUV | 68.67 | 164.87 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 66 | 134 | 0.63 | 0.51 | 0 | 0.47 | 228 | 0.46 | 0.36 |
| Hex | 31 | 42 | 86 | 3F | 33 | 0 | 2F | E4 | 2E | 24 |
| Octal | 61 | 102 | 206 | 77 | 63 | 0 | 57 | 344 | 56 | 44 |
| Binary | 110001 | 1000010 | 10000110 | 111111 | 110011 | 0 | 101111 | 11100100 | 101110 | 100100 |
Color Harmonies of #314286
Complementary color
Monochromatic Colors of #314286
Black with #314286
Text Example
Text Example
White with #314286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314286; }
p { color: rgb(49,66,134); }
H1.HeaderClassName
{
color: #314286;
}
.AnyTagClassName
{
color: #314286;
}
</style>
background-color css
<style>
a { background-color: #314286; }
a { background-color: rgb(49,66,134); }
div.DivClassName
{
background-color: #314286;
}
.BgClassName
{
background-color: #314286;
}
</style>
border-color css
<style>
span { border-color: #314286; }
span { border-color: rgb(49,66,134); }
td.TdClassName
{
border-color: #314286;
}
.TagClassName
{
border-color: #314286;
}
</style>