Shades of Tory Blue #2F468D
Tints of Tory Blue #2F468D
RGB
CMYK
RGB Variations
Color information
#2F468D (or 0x2F468D) is known color: Tory Blue. HEX triplet: 2F, 46 and 8D. RGB value is (47,70,141). Sum of RGB (Red+Green+Blue) = 47+70+141=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F468D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F468D is #D0B972. Grayscale: #464646. Windows color (decimal): -13678963 or 9258543. OLE color: 9258543.
HSL color Cylindrical-coordinate representation of color #2F468D: hue angle of 225.32º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F468D is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 70 | 141 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.45 |
| HSL | 225.32º | 0.5% | 0.37% | - |
| HSV(B) | 225.32º | 0.67% | 0.55% | - |
| XYZ | 8.17 | 6.91 | 26.1 | - |
| YUV | 71.22 | 167.38 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 70 | 141 | 0.67 | 0.50 | 0 | 0.45 | 225.32 | 0.5 | 0.37 |
| Hex | 2F | 46 | 8D | 43 | 32 | 0 | 2D | E1 | 32 | 25 |
| Octal | 57 | 106 | 215 | 103 | 62 | 0 | 55 | 341 | 62 | 45 |
| Binary | 101111 | 1000110 | 10001101 | 1000011 | 110010 | 0 | 101101 | 11100001 | 110010 | 100101 |
Color Harmonies of #2F468D
Complementary color
Monochromatic Colors of #2F468D
Black with #2F468D
Text Example
Text Example
White with #2F468D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F468D; }
p { color: rgb(47,70,141); }
H1.HeaderClassName
{
color: #2F468D;
}
.AnyTagClassName
{
color: #2F468D;
}
</style>
background-color css
<style>
a { background-color: #2F468D; }
a { background-color: rgb(47,70,141); }
div.DivClassName
{
background-color: #2F468D;
}
.BgClassName
{
background-color: #2F468D;
}
</style>
border-color css
<style>
span { border-color: #2F468D; }
span { border-color: rgb(47,70,141); }
td.TdClassName
{
border-color: #2F468D;
}
.TagClassName
{
border-color: #2F468D;
}
</style>