Shades of Tory Blue #2F4492
Tints of Tory Blue #2F4492
RGB
CMYK
RGB Variations
Color information
#2F4492 (or 0x2F4492) is known color: Tory Blue. HEX triplet: 2F, 44 and 92. RGB value is (47,68,146). Sum of RGB (Red+Green+Blue) = 47+68+146=261 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.01% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #2F4492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4492 is #D0BB6D. Grayscale: #464646. Windows color (decimal): -13679470 or 9585711. OLE color: 9585711.
HSL color Cylindrical-coordinate representation of color #2F4492: hue angle of 227.27º 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 #2F4492 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 68 | 146 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.43 |
| HSL | 227.27º | 0.51% | 0.38% | - |
| HSV(B) | 227.27º | 0.68% | 0.57% | - |
| XYZ | 8.43 | 6.81 | 28.07 | - |
| YUV | 70.61 | 170.54 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 68 | 146 | 0.68 | 0.53 | 0 | 0.43 | 227.27 | 0.51 | 0.38 |
| Hex | 2F | 44 | 92 | 44 | 35 | 0 | 2B | E3 | 33 | 26 |
| Octal | 57 | 104 | 222 | 104 | 65 | 0 | 53 | 343 | 63 | 46 |
| Binary | 101111 | 1000100 | 10010010 | 1000100 | 110101 | 0 | 101011 | 11100011 | 110011 | 100110 |
Color Harmonies of #2F4492
Complementary color
Monochromatic Colors of #2F4492
Black with #2F4492
Text Example
Text Example
White with #2F4492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4492; }
p { color: rgb(47,68,146); }
H1.HeaderClassName
{
color: #2F4492;
}
.AnyTagClassName
{
color: #2F4492;
}
</style>
background-color css
<style>
a { background-color: #2F4492; }
a { background-color: rgb(47,68,146); }
div.DivClassName
{
background-color: #2F4492;
}
.BgClassName
{
background-color: #2F4492;
}
</style>
border-color css
<style>
span { border-color: #2F4492; }
span { border-color: rgb(47,68,146); }
td.TdClassName
{
border-color: #2F4492;
}
.TagClassName
{
border-color: #2F4492;
}
</style>