Shades of Tory Blue #314384
Tints of Tory Blue #314384
RGB
CMYK
RGB Variations
Color information
#314384 (or 0x314384) is known color: Tory Blue. HEX triplet: 31, 43 and 84. RGB value is (49,67,132). Sum of RGB (Red+Green+Blue) = 49+67+132=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #314384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314384 is #CEBC7B. Grayscale: #444444. Windows color (decimal): -13548668 or 8667953. OLE color: 8667953.
HSL color Cylindrical-coordinate representation of color #314384: hue angle of 226.99º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #314384 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 49 | 67 | 132 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.48 |
| HSL | 226.99º | 0.46% | 0.35% | - |
| HSV(B) | 226.99º | 0.63% | 0.52% | - |
| XYZ | 7.44 | 6.33 | 22.66 | - |
| YUV | 69.03 | 163.54 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 132 | 0.63 | 0.49 | 0 | 0.48 | 226.99 | 0.46 | 0.35 |
| Hex | 31 | 43 | 84 | 3F | 31 | 0 | 30 | E3 | 2E | 23 |
| Octal | 61 | 103 | 204 | 77 | 61 | 0 | 60 | 343 | 56 | 43 |
| Binary | 110001 | 1000011 | 10000100 | 111111 | 110001 | 0 | 110000 | 11100011 | 101110 | 100011 |
Color Harmonies of #314384
Complementary color
Monochromatic Colors of #314384
Black with #314384
Text Example
Text Example
White with #314384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314384; }
p { color: rgb(49,67,132); }
H1.HeaderClassName
{
color: #314384;
}
.AnyTagClassName
{
color: #314384;
}
</style>
background-color css
<style>
a { background-color: #314384; }
a { background-color: rgb(49,67,132); }
div.DivClassName
{
background-color: #314384;
}
.BgClassName
{
background-color: #314384;
}
</style>
border-color css
<style>
span { border-color: #314384; }
span { border-color: rgb(49,67,132); }
td.TdClassName
{
border-color: #314384;
}
.TagClassName
{
border-color: #314384;
}
</style>