Shades of Tory Blue #2F409F
Tints of Tory Blue #2F409F
RGB
CMYK
RGB Variations
Color information
#2F409F (or 0x2F409F) is known color: Tory Blue. HEX triplet: 2F, 40 and 9F. RGB value is (47,64,159). Sum of RGB (Red+Green+Blue) = 47+64+159=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #2F409F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F409F is #D0BF60. Grayscale: #454545. Windows color (decimal): -13680481 or 10436655. OLE color: 10436655.
HSL color Cylindrical-coordinate representation of color #2F409F: hue angle of 230.89º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F409F is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 47 | 64 | 159 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.38 |
| HSL | 230.89º | 0.54% | 0.4% | - |
| HSV(B) | 230.89º | 0.7% | 0.62% | - |
| XYZ | 9.26 | 6.77 | 33.62 | - |
| YUV | 69.75 | 178.37 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 64 | 159 | 0.70 | 0.60 | 0 | 0.38 | 230.89 | 0.54 | 0.4 |
| Hex | 2F | 40 | 9F | 46 | 3C | 0 | 26 | E7 | 36 | 28 |
| Octal | 57 | 100 | 237 | 106 | 74 | 0 | 46 | 347 | 66 | 50 |
| Binary | 101111 | 1000000 | 10011111 | 1000110 | 111100 | 0 | 100110 | 11100111 | 110110 | 101000 |
Color Harmonies of #2F409F
Complementary color
Monochromatic Colors of #2F409F
Black with #2F409F
Text Example
Text Example
White with #2F409F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F409F; }
p { color: rgb(47,64,159); }
H1.HeaderClassName
{
color: #2F409F;
}
.AnyTagClassName
{
color: #2F409F;
}
</style>
background-color css
<style>
a { background-color: #2F409F; }
a { background-color: rgb(47,64,159); }
div.DivClassName
{
background-color: #2F409F;
}
.BgClassName
{
background-color: #2F409F;
}
</style>
border-color css
<style>
span { border-color: #2F409F; }
span { border-color: rgb(47,64,159); }
td.TdClassName
{
border-color: #2F409F;
}
.TagClassName
{
border-color: #2F409F;
}
</style>