Shades of Tory Blue #2D4688
Tints of Tory Blue #2D4688
RGB
CMYK
RGB Variations
Color information
#2D4688 (or 0x2D4688) is known color: Tory Blue. HEX triplet: 2D, 46 and 88. RGB value is (45,70,136). Sum of RGB (Red+Green+Blue) = 45+70+136=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #2D4688 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D4688 is #D2B977. Grayscale: #454545. Windows color (decimal): -13810040 or 8930861. OLE color: 8930861.
HSL color Cylindrical-coordinate representation of color #2D4688: hue angle of 223.52º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D4688 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 45 | 70 | 136 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.47 |
| HSL | 223.52º | 0.5% | 0.35% | - |
| HSV(B) | 223.52º | 0.67% | 0.53% | - |
| XYZ | 7.72 | 6.72 | 24.18 | - |
| YUV | 70.05 | 165.22 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 70 | 136 | 0.67 | 0.49 | 0 | 0.47 | 223.52 | 0.5 | 0.35 |
| Hex | 2D | 46 | 88 | 43 | 31 | 0 | 2F | E0 | 32 | 23 |
| Octal | 55 | 106 | 210 | 103 | 61 | 0 | 57 | 340 | 62 | 43 |
| Binary | 101101 | 1000110 | 10001000 | 1000011 | 110001 | 0 | 101111 | 11100000 | 110010 | 100011 |
Color Harmonies of #2D4688
Complementary color
Monochromatic Colors of #2D4688
Black with #2D4688
Text Example
Text Example
White with #2D4688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4688; }
p { color: rgb(45,70,136); }
H1.HeaderClassName
{
color: #2D4688;
}
.AnyTagClassName
{
color: #2D4688;
}
</style>
background-color css
<style>
a { background-color: #2D4688; }
a { background-color: rgb(45,70,136); }
div.DivClassName
{
background-color: #2D4688;
}
.BgClassName
{
background-color: #2D4688;
}
</style>
border-color css
<style>
span { border-color: #2D4688; }
span { border-color: rgb(45,70,136); }
td.TdClassName
{
border-color: #2D4688;
}
.TagClassName
{
border-color: #2D4688;
}
</style>