Shades of Tory Blue #2D479D
Tints of Tory Blue #2D479D
RGB
CMYK
RGB Variations
Color information
#2D479D (or 0x2D479D) is known color: Tory Blue. HEX triplet: 2D, 47 and 9D. RGB value is (45,71,157). Sum of RGB (Red+Green+Blue) = 45+71+157=273 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.48% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D479D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D479D is #D2B862. Grayscale: #484848. Windows color (decimal): -13809763 or 10307373. OLE color: 10307373.
HSL color Cylindrical-coordinate representation of color #2D479D: hue angle of 226.07º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D479D is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 71 | 157 | - |
| CMYK | 0.71 | 0.55 | 0 | 0.38 |
| HSL | 226.07º | 0.55% | 0.4% | - |
| HSV(B) | 226.07º | 0.71% | 0.62% | - |
| XYZ | 9.42 | 7.5 | 32.85 | - |
| YUV | 73.03 | 175.39 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 71 | 157 | 0.71 | 0.55 | 0 | 0.38 | 226.07 | 0.55 | 0.4 |
| Hex | 2D | 47 | 9D | 47 | 37 | 0 | 26 | E2 | 37 | 28 |
| Octal | 55 | 107 | 235 | 107 | 67 | 0 | 46 | 342 | 67 | 50 |
| Binary | 101101 | 1000111 | 10011101 | 1000111 | 110111 | 0 | 100110 | 11100010 | 110111 | 101000 |
Color Harmonies of #2D479D
Complementary color
Monochromatic Colors of #2D479D
Black with #2D479D
Text Example
Text Example
White with #2D479D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D479D; }
p { color: rgb(45,71,157); }
H1.HeaderClassName
{
color: #2D479D;
}
.AnyTagClassName
{
color: #2D479D;
}
</style>
background-color css
<style>
a { background-color: #2D479D; }
a { background-color: rgb(45,71,157); }
div.DivClassName
{
background-color: #2D479D;
}
.BgClassName
{
background-color: #2D479D;
}
</style>
border-color css
<style>
span { border-color: #2D479D; }
span { border-color: rgb(45,71,157); }
td.TdClassName
{
border-color: #2D479D;
}
.TagClassName
{
border-color: #2D479D;
}
</style>