Shades of Tory Blue #2F478E
Tints of Tory Blue #2F478E
RGB
CMYK
RGB Variations
Color information
#2F478E (or 0x2F478E) is known color: Tory Blue. HEX triplet: 2F, 47 and 8E. RGB value is (47,71,142). Sum of RGB (Red+Green+Blue) = 47+71+142=260 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.08% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 142 (55.86% from 255 or 54.62% from 260); Max value from RGB is 142 - color contains mainly: blue. Hex color #2F478E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F478E is #D0B871. Grayscale: #474747. Windows color (decimal): -13678706 or 9324335. OLE color: 9324335.
HSL color Cylindrical-coordinate representation of color #2F478E: hue angle of 224.84º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F478E is Cyan = 0.67, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 47 | 71 | 142 | - |
| CMYK | 0.67 | 0.5 | 0 | 0.44 |
| HSL | 224.84º | 0.5% | 0.37% | - |
| HSV(B) | 224.84º | 0.67% | 0.56% | - |
| XYZ | 8.31 | 7.06 | 26.52 | - |
| YUV | 71.92 | 167.55 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 71 | 142 | 0.67 | 0.5 | 0 | 0.44 | 224.84 | 0.5 | 0.37 |
| Hex | 2F | 47 | 8E | 43 | 32 | 0 | 2C | E1 | 32 | 25 |
| Octal | 57 | 107 | 216 | 103 | 62 | 0 | 54 | 341 | 62 | 45 |
| Binary | 101111 | 1000111 | 10001110 | 1000011 | 110010 | 0 | 101100 | 11100001 | 110010 | 100101 |
Color Harmonies of #2F478E
Complementary color
Monochromatic Colors of #2F478E
Black with #2F478E
Text Example
Text Example
White with #2F478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F478E; }
p { color: rgb(47,71,142); }
H1.HeaderClassName
{
color: #2F478E;
}
.AnyTagClassName
{
color: #2F478E;
}
</style>
background-color css
<style>
a { background-color: #2F478E; }
a { background-color: rgb(47,71,142); }
div.DivClassName
{
background-color: #2F478E;
}
.BgClassName
{
background-color: #2F478E;
}
</style>
border-color css
<style>
span { border-color: #2F478E; }
span { border-color: rgb(47,71,142); }
td.TdClassName
{
border-color: #2F478E;
}
.TagClassName
{
border-color: #2F478E;
}
</style>