Shades of Tory Blue #2C4589
Tints of Tory Blue #2C4589
RGB
CMYK
RGB Variations
Color information
#2C4589 (or 0x2C4589) is known color: Tory Blue. HEX triplet: 2C, 45 and 89. RGB value is (44,69,137). Sum of RGB (Red+Green+Blue) = 44+69+137=250 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.6% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 137 (53.91% from 255 or 54.8% from 250); Max value from RGB is 137 - color contains mainly: blue. Hex color #2C4589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C4589 is #D3BA76. Grayscale: #444444. Windows color (decimal): -13875831 or 8996140. OLE color: 8996140.
HSL color Cylindrical-coordinate representation of color #2C4589: hue angle of 223.87º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C4589 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 44 | 69 | 137 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.46 |
| HSL | 223.87º | 0.51% | 0.35% | - |
| HSV(B) | 223.87º | 0.68% | 0.54% | - |
| XYZ | 7.68 | 6.6 | 24.54 | - |
| YUV | 69.28 | 166.22 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 69 | 137 | 0.68 | 0.50 | 0 | 0.46 | 223.87 | 0.51 | 0.35 |
| Hex | 2C | 45 | 89 | 44 | 32 | 0 | 2E | E0 | 33 | 23 |
| Octal | 54 | 105 | 211 | 104 | 62 | 0 | 56 | 340 | 63 | 43 |
| Binary | 101100 | 1000101 | 10001001 | 1000100 | 110010 | 0 | 101110 | 11100000 | 110011 | 100011 |
Color Harmonies of #2C4589
Complementary color
Monochromatic Colors of #2C4589
Black with #2C4589
Text Example
Text Example
White with #2C4589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4589; }
p { color: rgb(44,69,137); }
H1.HeaderClassName
{
color: #2C4589;
}
.AnyTagClassName
{
color: #2C4589;
}
</style>
background-color css
<style>
a { background-color: #2C4589; }
a { background-color: rgb(44,69,137); }
div.DivClassName
{
background-color: #2C4589;
}
.BgClassName
{
background-color: #2C4589;
}
</style>
border-color css
<style>
span { border-color: #2C4589; }
span { border-color: rgb(44,69,137); }
td.TdClassName
{
border-color: #2C4589;
}
.TagClassName
{
border-color: #2C4589;
}
</style>