Shades of Tory Blue #2F4994
Tints of Tory Blue #2F4994
RGB
CMYK
RGB Variations
Color information
#2F4994 (or 0x2F4994) is known color: Tory Blue. HEX triplet: 2F, 49 and 94. RGB value is (47,73,148). Sum of RGB (Red+Green+Blue) = 47+73+148=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #2F4994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4994 is #D0B66B. Grayscale: #494949. Windows color (decimal): -13678188 or 9718063. OLE color: 9718063.
HSL color Cylindrical-coordinate representation of color #2F4994: hue angle of 224.55º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F4994 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 47 | 73 | 148 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.42 |
| HSL | 224.55º | 0.52% | 0.38% | - |
| HSV(B) | 224.55º | 0.68% | 0.58% | - |
| XYZ | 8.9 | 7.51 | 29 | - |
| YUV | 73.78 | 169.89 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 73 | 148 | 0.68 | 0.51 | 0 | 0.42 | 224.55 | 0.52 | 0.38 |
| Hex | 2F | 49 | 94 | 44 | 33 | 0 | 2A | E1 | 34 | 26 |
| Octal | 57 | 111 | 224 | 104 | 63 | 0 | 52 | 341 | 64 | 46 |
| Binary | 101111 | 1001001 | 10010100 | 1000100 | 110011 | 0 | 101010 | 11100001 | 110100 | 100110 |
Color Harmonies of #2F4994
Complementary color
Monochromatic Colors of #2F4994
Black with #2F4994
Text Example
Text Example
White with #2F4994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4994; }
p { color: rgb(47,73,148); }
H1.HeaderClassName
{
color: #2F4994;
}
.AnyTagClassName
{
color: #2F4994;
}
</style>
background-color css
<style>
a { background-color: #2F4994; }
a { background-color: rgb(47,73,148); }
div.DivClassName
{
background-color: #2F4994;
}
.BgClassName
{
background-color: #2F4994;
}
</style>
border-color css
<style>
span { border-color: #2F4994; }
span { border-color: rgb(47,73,148); }
td.TdClassName
{
border-color: #2F4994;
}
.TagClassName
{
border-color: #2F4994;
}
</style>