Shades of Tory Blue #2D479E
Tints of Tory Blue #2D479E
RGB
CMYK
RGB Variations
Color information
#2D479E (or 0x2D479E) is known color: Tory Blue. HEX triplet: 2D, 47 and 9E. RGB value is (45,71,158). Sum of RGB (Red+Green+Blue) = 45+71+158=274 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.42% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 158 (62.11% from 255 or 57.66% from 274); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D479E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D479E is #D2B861. Grayscale: #484848. Windows color (decimal): -13809762 or 10372909. OLE color: 10372909.
HSL color Cylindrical-coordinate representation of color #2D479E: hue angle of 226.19º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D479E is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 71 | 158 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.38 |
| HSL | 226.19º | 0.56% | 0.4% | - |
| HSV(B) | 226.19º | 0.72% | 0.62% | - |
| XYZ | 9.51 | 7.53 | 33.3 | - |
| YUV | 73.14 | 175.89 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 71 | 158 | 0.72 | 0.55 | 0 | 0.38 | 226.19 | 0.56 | 0.4 |
| Hex | 2D | 47 | 9E | 48 | 37 | 0 | 26 | E2 | 38 | 28 |
| Octal | 55 | 107 | 236 | 110 | 67 | 0 | 46 | 342 | 70 | 50 |
| Binary | 101101 | 1000111 | 10011110 | 1001000 | 110111 | 0 | 100110 | 11100010 | 111000 | 101000 |
Color Harmonies of #2D479E
Complementary color
Monochromatic Colors of #2D479E
Black with #2D479E
Text Example
Text Example
White with #2D479E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D479E; }
p { color: rgb(45,71,158); }
H1.HeaderClassName
{
color: #2D479E;
}
.AnyTagClassName
{
color: #2D479E;
}
</style>
background-color css
<style>
a { background-color: #2D479E; }
a { background-color: rgb(45,71,158); }
div.DivClassName
{
background-color: #2D479E;
}
.BgClassName
{
background-color: #2D479E;
}
</style>
border-color css
<style>
span { border-color: #2D479E; }
span { border-color: rgb(45,71,158); }
td.TdClassName
{
border-color: #2D479E;
}
.TagClassName
{
border-color: #2D479E;
}
</style>