Shades of Tory Blue #314383
Tints of Tory Blue #314383
RGB
CMYK
RGB Variations
Color information
#314383 (or 0x314383) is known color: Tory Blue. HEX triplet: 31, 43 and 83. RGB value is (49,67,131). Sum of RGB (Red+Green+Blue) = 49+67+131=247 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.84% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 131 (51.56% from 255 or 53.04% from 247); Max value from RGB is 131 - color contains mainly: blue. Hex color #314383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314383 is #CEBC7C. Grayscale: #444444. Windows color (decimal): -13548669 or 8602417. OLE color: 8602417.
HSL color Cylindrical-coordinate representation of color #314383: hue angle of 226.83º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #314383 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 67 | 131 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.49 |
| HSL | 226.83º | 0.46% | 0.35% | - |
| HSV(B) | 226.83º | 0.63% | 0.51% | - |
| XYZ | 7.37 | 6.31 | 22.3 | - |
| YUV | 68.91 | 163.04 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 131 | 0.63 | 0.49 | 0 | 0.49 | 226.83 | 0.46 | 0.35 |
| Hex | 31 | 43 | 83 | 3F | 31 | 0 | 31 | E3 | 2E | 23 |
| Octal | 61 | 103 | 203 | 77 | 61 | 0 | 61 | 343 | 56 | 43 |
| Binary | 110001 | 1000011 | 10000011 | 111111 | 110001 | 0 | 110001 | 11100011 | 101110 | 100011 |
Color Harmonies of #314383
Complementary color
Monochromatic Colors of #314383
Black with #314383
Text Example
Text Example
White with #314383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314383; }
p { color: rgb(49,67,131); }
H1.HeaderClassName
{
color: #314383;
}
.AnyTagClassName
{
color: #314383;
}
</style>
background-color css
<style>
a { background-color: #314383; }
a { background-color: rgb(49,67,131); }
div.DivClassName
{
background-color: #314383;
}
.BgClassName
{
background-color: #314383;
}
</style>
border-color css
<style>
span { border-color: #314383; }
span { border-color: rgb(49,67,131); }
td.TdClassName
{
border-color: #314383;
}
.TagClassName
{
border-color: #314383;
}
</style>