Shades of Tory Blue #2D4786
Tints of Tory Blue #2D4786
RGB
CMYK
RGB Variations
Color information
#2D4786 (or 0x2D4786) is known color: Tory Blue. HEX triplet: 2D, 47 and 86. RGB value is (45,71,134). Sum of RGB (Red+Green+Blue) = 45+71+134=250 (33% of max value = 765). Red value is 45 (17.97% from 255 or 18% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 134 (52.73% from 255 or 53.6% from 250); Max value from RGB is 134 - color contains mainly: blue. Hex color #2D4786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D4786 is #D2B879. Grayscale: #464646. Windows color (decimal): -13809786 or 8800045. OLE color: 8800045.
HSL color Cylindrical-coordinate representation of color #2D4786: hue angle of 222.47º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D4786 is Cyan = 0.66, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 71 | 134 | - |
| CMYK | 0.66 | 0.47 | 0 | 0.47 |
| HSL | 222.47º | 0.5% | 0.35% | - |
| HSV(B) | 222.47º | 0.66% | 0.53% | - |
| XYZ | 7.64 | 6.79 | 23.46 | - |
| YUV | 70.41 | 163.89 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 71 | 134 | 0.66 | 0.47 | 0 | 0.47 | 222.47 | 0.5 | 0.35 |
| Hex | 2D | 47 | 86 | 42 | 2F | 0 | 2F | DE | 32 | 23 |
| Octal | 55 | 107 | 206 | 102 | 57 | 0 | 57 | 336 | 62 | 43 |
| Binary | 101101 | 1000111 | 10000110 | 1000010 | 101111 | 0 | 101111 | 11011110 | 110010 | 100011 |
Color Harmonies of #2D4786
Complementary color
Monochromatic Colors of #2D4786
Black with #2D4786
Text Example
Text Example
White with #2D4786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4786; }
p { color: rgb(45,71,134); }
H1.HeaderClassName
{
color: #2D4786;
}
.AnyTagClassName
{
color: #2D4786;
}
</style>
background-color css
<style>
a { background-color: #2D4786; }
a { background-color: rgb(45,71,134); }
div.DivClassName
{
background-color: #2D4786;
}
.BgClassName
{
background-color: #2D4786;
}
</style>
border-color css
<style>
span { border-color: #2D4786; }
span { border-color: rgb(45,71,134); }
td.TdClassName
{
border-color: #2D4786;
}
.TagClassName
{
border-color: #2D4786;
}
</style>