Shades of Tory Blue #2F4CA2
Tints of Tory Blue #2F4CA2
RGB
CMYK
RGB Variations
Color information
#2F4CA2 (or 0x2F4CA2) is known color: Tory Blue. HEX triplet: 2F, 4C and A2. RGB value is (47,76,162). Sum of RGB (Red+Green+Blue) = 47+76+162=285 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.49% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 162 (63.67% from 255 or 56.84% from 285); Max value from RGB is 162 - color contains mainly: blue. Hex color #2F4CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F4CA2 is #D0B35D. Grayscale: #4C4C4C. Windows color (decimal): -13677406 or 10636335. OLE color: 10636335.
HSL color Cylindrical-coordinate representation of color #2F4CA2: hue angle of 224.87º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F4CA2 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 47 | 76 | 162 | - |
| CMYK | 0.71 | 0.53 | 0 | 0.36 |
| HSL | 224.87º | 0.55% | 0.41% | - |
| HSV(B) | 224.87º | 0.71% | 0.64% | - |
| XYZ | 10.28 | 8.38 | 35.26 | - |
| YUV | 77.13 | 175.89 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 76 | 162 | 0.71 | 0.53 | 0 | 0.36 | 224.87 | 0.55 | 0.41 |
| Hex | 2F | 4C | A2 | 47 | 35 | 0 | 24 | E1 | 37 | 29 |
| Octal | 57 | 114 | 242 | 107 | 65 | 0 | 44 | 341 | 67 | 51 |
| Binary | 101111 | 1001100 | 10100010 | 1000111 | 110101 | 0 | 100100 | 11100001 | 110111 | 101001 |
Color Harmonies of #2F4CA2
Complementary color
Monochromatic Colors of #2F4CA2
Black with #2F4CA2
Text Example
Text Example
White with #2F4CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F4CA2; }
p { color: rgb(47,76,162); }
H1.HeaderClassName
{
color: #2F4CA2;
}
.AnyTagClassName
{
color: #2F4CA2;
}
</style>
background-color css
<style>
a { background-color: #2F4CA2; }
a { background-color: rgb(47,76,162); }
div.DivClassName
{
background-color: #2F4CA2;
}
.BgClassName
{
background-color: #2F4CA2;
}
</style>
border-color css
<style>
span { border-color: #2F4CA2; }
span { border-color: rgb(47,76,162); }
td.TdClassName
{
border-color: #2F4CA2;
}
.TagClassName
{
border-color: #2F4CA2;
}
</style>