Shades of Tory Blue #314385
Tints of Tory Blue #314385
RGB
CMYK
RGB Variations
Color information
#314385 (or 0x314385) is known color: Tory Blue. HEX triplet: 31, 43 and 85. RGB value is (49,67,133). Sum of RGB (Red+Green+Blue) = 49+67+133=249 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.68% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #314385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314385 is #CEBC7A. Grayscale: #444444. Windows color (decimal): -13548667 or 8733489. OLE color: 8733489.
HSL color Cylindrical-coordinate representation of color #314385: hue angle of 227.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #314385 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 49 | 67 | 133 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.48 |
| HSL | 227.14º | 0.46% | 0.36% | - |
| HSV(B) | 227.14º | 0.63% | 0.52% | - |
| XYZ | 7.51 | 6.36 | 23.02 | - |
| YUV | 69.14 | 164.04 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 133 | 0.63 | 0.50 | 0 | 0.48 | 227.14 | 0.46 | 0.36 |
| Hex | 31 | 43 | 85 | 3F | 32 | 0 | 30 | E3 | 2E | 24 |
| Octal | 61 | 103 | 205 | 77 | 62 | 0 | 60 | 343 | 56 | 44 |
| Binary | 110001 | 1000011 | 10000101 | 111111 | 110010 | 0 | 110000 | 11100011 | 101110 | 100100 |
Color Harmonies of #314385
Complementary color
Monochromatic Colors of #314385
Black with #314385
Text Example
Text Example
White with #314385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314385; }
p { color: rgb(49,67,133); }
H1.HeaderClassName
{
color: #314385;
}
.AnyTagClassName
{
color: #314385;
}
</style>
background-color css
<style>
a { background-color: #314385; }
a { background-color: rgb(49,67,133); }
div.DivClassName
{
background-color: #314385;
}
.BgClassName
{
background-color: #314385;
}
</style>
border-color css
<style>
span { border-color: #314385; }
span { border-color: rgb(49,67,133); }
td.TdClassName
{
border-color: #314385;
}
.TagClassName
{
border-color: #314385;
}
</style>