Shades of Tory Blue #2F418D
Tints of Tory Blue #2F418D
RGB
CMYK
RGB Variations
Color information
#2F418D (or 0x2F418D) is known color: Tory Blue. HEX triplet: 2F, 41 and 8D. RGB value is (47,65,141). Sum of RGB (Red+Green+Blue) = 47+65+141=253 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.58% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F418D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F418D is #D0BE72. Grayscale: #434343. Windows color (decimal): -13680243 or 9257263. OLE color: 9257263.
HSL color Cylindrical-coordinate representation of color #2F418D: hue angle of 228.51º 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 #2F418D is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 47 | 65 | 141 | - |
| CMYK | 0.67 | 0.54 | 0 | 0.45 |
| HSL | 228.51º | 0.5% | 0.37% | - |
| HSV(B) | 228.51º | 0.67% | 0.55% | - |
| XYZ | 7.87 | 6.31 | 26 | - |
| YUV | 68.28 | 169.04 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 65 | 141 | 0.67 | 0.54 | 0 | 0.45 | 228.51 | 0.5 | 0.37 |
| Hex | 2F | 41 | 8D | 43 | 36 | 0 | 2D | E5 | 32 | 25 |
| Octal | 57 | 101 | 215 | 103 | 66 | 0 | 55 | 345 | 62 | 45 |
| Binary | 101111 | 1000001 | 10001101 | 1000011 | 110110 | 0 | 101101 | 11100101 | 110010 | 100101 |
Color Harmonies of #2F418D
Complementary color
Monochromatic Colors of #2F418D
Black with #2F418D
Text Example
Text Example
White with #2F418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F418D; }
p { color: rgb(47,65,141); }
H1.HeaderClassName
{
color: #2F418D;
}
.AnyTagClassName
{
color: #2F418D;
}
</style>
background-color css
<style>
a { background-color: #2F418D; }
a { background-color: rgb(47,65,141); }
div.DivClassName
{
background-color: #2F418D;
}
.BgClassName
{
background-color: #2F418D;
}
</style>
border-color css
<style>
span { border-color: #2F418D; }
span { border-color: rgb(47,65,141); }
td.TdClassName
{
border-color: #2F418D;
}
.TagClassName
{
border-color: #2F418D;
}
</style>