Shades of Tory Blue #314B8C
Tints of Tory Blue #314B8C
RGB
CMYK
RGB Variations
Color information
#314B8C (or 0x314B8C) is known color: Tory Blue. HEX triplet: 31, 4B and 8C. RGB value is (49,75,140). Sum of RGB (Red+Green+Blue) = 49+75+140=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 140 (55.08% from 255 or 53.03% from 264); Max value from RGB is 140 - color contains mainly: blue. Hex color #314B8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314B8C is #CEB473. Grayscale: #4A4A4A. Windows color (decimal): -13546612 or 9194289. OLE color: 9194289.
HSL color Cylindrical-coordinate representation of color #314B8C: hue angle of 222.86º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #314B8C is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 75 | 140 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.45 |
| HSL | 222.86º | 0.48% | 0.37% | - |
| HSV(B) | 222.86º | 0.65% | 0.55% | - |
| XYZ | 8.52 | 7.58 | 25.82 | - |
| YUV | 74.64 | 164.89 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 75 | 140 | 0.65 | 0.46 | 0 | 0.45 | 222.86 | 0.48 | 0.37 |
| Hex | 31 | 4B | 8C | 41 | 2E | 0 | 2D | DF | 30 | 25 |
| Octal | 61 | 113 | 214 | 101 | 56 | 0 | 55 | 337 | 60 | 45 |
| Binary | 110001 | 1001011 | 10001100 | 1000001 | 101110 | 0 | 101101 | 11011111 | 110000 | 100101 |
Color Harmonies of #314B8C
Complementary color
Monochromatic Colors of #314B8C
Black with #314B8C
Text Example
Text Example
White with #314B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314B8C; }
p { color: rgb(49,75,140); }
H1.HeaderClassName
{
color: #314B8C;
}
.AnyTagClassName
{
color: #314B8C;
}
</style>
background-color css
<style>
a { background-color: #314B8C; }
a { background-color: rgb(49,75,140); }
div.DivClassName
{
background-color: #314B8C;
}
.BgClassName
{
background-color: #314B8C;
}
</style>
border-color css
<style>
span { border-color: #314B8C; }
span { border-color: rgb(49,75,140); }
td.TdClassName
{
border-color: #314B8C;
}
.TagClassName
{
border-color: #314B8C;
}
</style>