Shades of Tory Blue #2F5191
Tints of Tory Blue #2F5191
RGB
CMYK
RGB Variations
Color information
#2F5191 (or 0x2F5191) is known color: Tory Blue. HEX triplet: 2F, 51 and 91. RGB value is (47,81,145). Sum of RGB (Red+Green+Blue) = 47+81+145=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 145 (57.03% from 255 or 53.11% from 273); Max value from RGB is 145 - color contains mainly: blue. Hex color #2F5191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5191 is #D0AE6E. Grayscale: #4D4D4D. Windows color (decimal): -13676143 or 9523503. OLE color: 9523503.
HSL color Cylindrical-coordinate representation of color #2F5191: hue angle of 219.18º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F5191 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 81 | 145 | - |
| CMYK | 0.68 | 0.44 | 0 | 0.43 |
| HSL | 219.18º | 0.51% | 0.38% | - |
| HSV(B) | 219.18º | 0.68% | 0.57% | - |
| XYZ | 9.23 | 8.53 | 27.95 | - |
| YUV | 78.13 | 165.74 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 81 | 145 | 0.68 | 0.44 | 0 | 0.43 | 219.18 | 0.51 | 0.38 |
| Hex | 2F | 51 | 91 | 44 | 2C | 0 | 2B | DB | 33 | 26 |
| Octal | 57 | 121 | 221 | 104 | 54 | 0 | 53 | 333 | 63 | 46 |
| Binary | 101111 | 1010001 | 10010001 | 1000100 | 101100 | 0 | 101011 | 11011011 | 110011 | 100110 |
Color Harmonies of #2F5191
Complementary color
Monochromatic Colors of #2F5191
Black with #2F5191
Text Example
Text Example
White with #2F5191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5191; }
p { color: rgb(47,81,145); }
H1.HeaderClassName
{
color: #2F5191;
}
.AnyTagClassName
{
color: #2F5191;
}
</style>
background-color css
<style>
a { background-color: #2F5191; }
a { background-color: rgb(47,81,145); }
div.DivClassName
{
background-color: #2F5191;
}
.BgClassName
{
background-color: #2F5191;
}
</style>
border-color css
<style>
span { border-color: #2F5191; }
span { border-color: rgb(47,81,145); }
td.TdClassName
{
border-color: #2F5191;
}
.TagClassName
{
border-color: #2F5191;
}
</style>