Shades of Tory Blue #2D409E
Tints of Tory Blue #2D409E
RGB
CMYK
RGB Variations
Color information
#2D409E (or 0x2D409E) is known color: Tory Blue. HEX triplet: 2D, 40 and 9E. RGB value is (45,64,158). Sum of RGB (Red+Green+Blue) = 45+64+158=267 (35% of max value = 765). Red value is 45 (17.97% from 255 or 16.85% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 158 (62.11% from 255 or 59.18% from 267); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D409E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D409E is #D2BF61. Grayscale: #444444. Windows color (decimal): -13811554 or 10371117. OLE color: 10371117.
HSL color Cylindrical-coordinate representation of color #2D409E: hue angle of 229.91º 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 #2D409E is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 64 | 158 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.38 |
| HSL | 229.91º | 0.56% | 0.4% | - |
| HSV(B) | 229.91º | 0.72% | 0.62% | - |
| XYZ | 9.09 | 6.69 | 33.16 | - |
| YUV | 69.04 | 178.21 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 64 | 158 | 0.72 | 0.59 | 0 | 0.38 | 229.91 | 0.56 | 0.4 |
| Hex | 2D | 40 | 9E | 48 | 3B | 0 | 26 | E6 | 38 | 28 |
| Octal | 55 | 100 | 236 | 110 | 73 | 0 | 46 | 346 | 70 | 50 |
| Binary | 101101 | 1000000 | 10011110 | 1001000 | 111011 | 0 | 100110 | 11100110 | 111000 | 101000 |
Color Harmonies of #2D409E
Complementary color
Monochromatic Colors of #2D409E
Black with #2D409E
Text Example
Text Example
White with #2D409E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D409E; }
p { color: rgb(45,64,158); }
H1.HeaderClassName
{
color: #2D409E;
}
.AnyTagClassName
{
color: #2D409E;
}
</style>
background-color css
<style>
a { background-color: #2D409E; }
a { background-color: rgb(45,64,158); }
div.DivClassName
{
background-color: #2D409E;
}
.BgClassName
{
background-color: #2D409E;
}
</style>
border-color css
<style>
span { border-color: #2D409E; }
span { border-color: rgb(45,64,158); }
td.TdClassName
{
border-color: #2D409E;
}
.TagClassName
{
border-color: #2D409E;
}
</style>