Shades of Tory Blue #2D4992
Tints of Tory Blue #2D4992
RGB
CMYK
RGB Variations
Color information
#2D4992 (or 0x2D4992) is known color: Tory Blue. HEX triplet: 2D, 49 and 92. RGB value is (45,73,146). Sum of RGB (Red+Green+Blue) = 45+73+146=264 (34% of max value = 765). Red value is 45 (17.97% from 255 or 17.05% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #2D4992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D4992 is #D2B66D. Grayscale: #484848. Windows color (decimal): -13809262 or 9586989. OLE color: 9586989.
HSL color Cylindrical-coordinate representation of color #2D4992: hue angle of 223.37º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2D4992 is Cyan = 0.69, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 45 | 73 | 146 | - |
| CMYK | 0.69 | 0.5 | 0 | 0.43 |
| HSL | 223.37º | 0.53% | 0.37% | - |
| HSV(B) | 223.37º | 0.69% | 0.57% | - |
| XYZ | 8.65 | 7.4 | 28.17 | - |
| YUV | 72.95 | 169.22 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 73 | 146 | 0.69 | 0.5 | 0 | 0.43 | 223.37 | 0.53 | 0.37 |
| Hex | 2D | 49 | 92 | 45 | 32 | 0 | 2B | DF | 35 | 25 |
| Octal | 55 | 111 | 222 | 105 | 62 | 0 | 53 | 337 | 65 | 45 |
| Binary | 101101 | 1001001 | 10010010 | 1000101 | 110010 | 0 | 101011 | 11011111 | 110101 | 100101 |
Color Harmonies of #2D4992
Complementary color
Monochromatic Colors of #2D4992
Black with #2D4992
Text Example
Text Example
White with #2D4992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4992; }
p { color: rgb(45,73,146); }
H1.HeaderClassName
{
color: #2D4992;
}
.AnyTagClassName
{
color: #2D4992;
}
</style>
background-color css
<style>
a { background-color: #2D4992; }
a { background-color: rgb(45,73,146); }
div.DivClassName
{
background-color: #2D4992;
}
.BgClassName
{
background-color: #2D4992;
}
</style>
border-color css
<style>
span { border-color: #2D4992; }
span { border-color: rgb(45,73,146); }
td.TdClassName
{
border-color: #2D4992;
}
.TagClassName
{
border-color: #2D4992;
}
</style>