Shades of Tory Blue #314B8D
Tints of Tory Blue #314B8D
RGB
CMYK
RGB Variations
Color information
#314B8D (or 0x314B8D) is known color: Tory Blue. HEX triplet: 31, 4B and 8D. RGB value is (49,75,141). Sum of RGB (Red+Green+Blue) = 49+75+141=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #314B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314B8D is #CEB472. Grayscale: #4A4A4A. Windows color (decimal): -13546611 or 9259825. OLE color: 9259825.
HSL color Cylindrical-coordinate representation of color #314B8D: hue angle of 223.04º 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 #314B8D is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 75 | 141 | - |
| CMYK | 0.65 | 0.47 | 0 | 0.45 |
| HSL | 223.04º | 0.48% | 0.37% | - |
| HSV(B) | 223.04º | 0.65% | 0.55% | - |
| XYZ | 8.59 | 7.61 | 26.22 | - |
| YUV | 74.75 | 165.39 | 109.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 75 | 141 | 0.65 | 0.47 | 0 | 0.45 | 223.04 | 0.48 | 0.37 |
| Hex | 31 | 4B | 8D | 41 | 2F | 0 | 2D | DF | 30 | 25 |
| Octal | 61 | 113 | 215 | 101 | 57 | 0 | 55 | 337 | 60 | 45 |
| Binary | 110001 | 1001011 | 10001101 | 1000001 | 101111 | 0 | 101101 | 11011111 | 110000 | 100101 |
Color Harmonies of #314B8D
Complementary color
Monochromatic Colors of #314B8D
Black with #314B8D
Text Example
Text Example
White with #314B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314B8D; }
p { color: rgb(49,75,141); }
H1.HeaderClassName
{
color: #314B8D;
}
.AnyTagClassName
{
color: #314B8D;
}
</style>
background-color css
<style>
a { background-color: #314B8D; }
a { background-color: rgb(49,75,141); }
div.DivClassName
{
background-color: #314B8D;
}
.BgClassName
{
background-color: #314B8D;
}
</style>
border-color css
<style>
span { border-color: #314B8D; }
span { border-color: rgb(49,75,141); }
td.TdClassName
{
border-color: #314B8D;
}
.TagClassName
{
border-color: #314B8D;
}
</style>