Shades of Tory Blue #2F4692
Tints of Tory Blue #2F4692
RGB
CMYK
RGB Variations
Color information
#2F4692 (or 0x2F4692) is known color: Tory Blue. HEX triplet: 2F, 46 and 92. RGB value is (47,70,146). Sum of RGB (Red+Green+Blue) = 47+70+146=263 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.87% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #2F4692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4692 is #D0B96D. Grayscale: #474747. Windows color (decimal): -13678958 or 9586223. OLE color: 9586223.
HSL color Cylindrical-coordinate representation of color #2F4692: hue angle of 226.06º 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 #2F4692 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 47 | 70 | 146 | - |
| CMYK | 0.68 | 0.52 | 0 | 0.43 |
| HSL | 226.06º | 0.51% | 0.38% | - |
| HSV(B) | 226.06º | 0.68% | 0.57% | - |
| XYZ | 8.55 | 7.06 | 28.11 | - |
| YUV | 71.79 | 169.88 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 70 | 146 | 0.68 | 0.52 | 0 | 0.43 | 226.06 | 0.51 | 0.38 |
| Hex | 2F | 46 | 92 | 44 | 34 | 0 | 2B | E2 | 33 | 26 |
| Octal | 57 | 106 | 222 | 104 | 64 | 0 | 53 | 342 | 63 | 46 |
| Binary | 101111 | 1000110 | 10010010 | 1000100 | 110100 | 0 | 101011 | 11100010 | 110011 | 100110 |
Color Harmonies of #2F4692
Complementary color
Monochromatic Colors of #2F4692
Black with #2F4692
Text Example
Text Example
White with #2F4692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4692; }
p { color: rgb(47,70,146); }
H1.HeaderClassName
{
color: #2F4692;
}
.AnyTagClassName
{
color: #2F4692;
}
</style>
background-color css
<style>
a { background-color: #2F4692; }
a { background-color: rgb(47,70,146); }
div.DivClassName
{
background-color: #2F4692;
}
.BgClassName
{
background-color: #2F4692;
}
</style>
border-color css
<style>
span { border-color: #2F4692; }
span { border-color: rgb(47,70,146); }
td.TdClassName
{
border-color: #2F4692;
}
.TagClassName
{
border-color: #2F4692;
}
</style>