Shades of Tory Blue #2D4E9D
Tints of Tory Blue #2D4E9D
RGB
CMYK
RGB Variations
Color information
#2D4E9D (or 0x2D4E9D) is known color: Tory Blue. HEX triplet: 2D, 4E and 9D. RGB value is (45,78,157). Sum of RGB (Red+Green+Blue) = 45+78+157=280 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.07% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D4E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2D4E9D is #D2B162. Grayscale: #4C4C4C. Windows color (decimal): -13807971 or 10309165. OLE color: 10309165.
HSL color Cylindrical-coordinate representation of color #2D4E9D: hue angle of 222.32º 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 #2D4E9D is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 45 | 78 | 157 | - |
| CMYK | 0.71 | 0.50 | 0 | 0.38 |
| HSL | 222.32º | 0.55% | 0.4% | - |
| HSV(B) | 222.32º | 0.71% | 0.62% | - |
| XYZ | 9.89 | 8.44 | 33.01 | - |
| YUV | 77.14 | 173.07 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 78 | 157 | 0.71 | 0.50 | 0 | 0.38 | 222.32 | 0.55 | 0.4 |
| Hex | 2D | 4E | 9D | 47 | 32 | 0 | 26 | DE | 37 | 28 |
| Octal | 55 | 116 | 235 | 107 | 62 | 0 | 46 | 336 | 67 | 50 |
| Binary | 101101 | 1001110 | 10011101 | 1000111 | 110010 | 0 | 100110 | 11011110 | 110111 | 101000 |
Color Harmonies of #2D4E9D
Complementary color
Monochromatic Colors of #2D4E9D
Black with #2D4E9D
Text Example
Text Example
White with #2D4E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4E9D; }
p { color: rgb(45,78,157); }
H1.HeaderClassName
{
color: #2D4E9D;
}
.AnyTagClassName
{
color: #2D4E9D;
}
</style>
background-color css
<style>
a { background-color: #2D4E9D; }
a { background-color: rgb(45,78,157); }
div.DivClassName
{
background-color: #2D4E9D;
}
.BgClassName
{
background-color: #2D4E9D;
}
</style>
border-color css
<style>
span { border-color: #2D4E9D; }
span { border-color: rgb(45,78,157); }
td.TdClassName
{
border-color: #2D4E9D;
}
.TagClassName
{
border-color: #2D4E9D;
}
</style>