Shades of Tory Blue #2C4389
Tints of Tory Blue #2C4389
RGB
CMYK
RGB Variations
Color information
#2C4389 (or 0x2C4389) is known color: Tory Blue. HEX triplet: 2C, 43 and 89. RGB value is (44,67,137). Sum of RGB (Red+Green+Blue) = 44+67+137=248 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.74% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 137 (53.91% from 255 or 55.24% from 248); Max value from RGB is 137 - color contains mainly: blue. Hex color #2C4389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C4389 is #D3BC76. Grayscale: #434343. Windows color (decimal): -13876343 or 8995628. OLE color: 8995628.
HSL color Cylindrical-coordinate representation of color #2C4389: hue angle of 225.16º 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 #2C4389 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 44 | 67 | 137 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.46 |
| HSL | 225.16º | 0.51% | 0.35% | - |
| HSV(B) | 225.16º | 0.68% | 0.54% | - |
| XYZ | 7.56 | 6.36 | 24.5 | - |
| YUV | 68.1 | 166.88 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 67 | 137 | 0.68 | 0.51 | 0 | 0.46 | 225.16 | 0.51 | 0.35 |
| Hex | 2C | 43 | 89 | 44 | 33 | 0 | 2E | E1 | 33 | 23 |
| Octal | 54 | 103 | 211 | 104 | 63 | 0 | 56 | 341 | 63 | 43 |
| Binary | 101100 | 1000011 | 10001001 | 1000100 | 110011 | 0 | 101110 | 11100001 | 110011 | 100011 |
Color Harmonies of #2C4389
Complementary color
Monochromatic Colors of #2C4389
Black with #2C4389
Text Example
Text Example
White with #2C4389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4389; }
p { color: rgb(44,67,137); }
H1.HeaderClassName
{
color: #2C4389;
}
.AnyTagClassName
{
color: #2C4389;
}
</style>
background-color css
<style>
a { background-color: #2C4389; }
a { background-color: rgb(44,67,137); }
div.DivClassName
{
background-color: #2C4389;
}
.BgClassName
{
background-color: #2C4389;
}
</style>
border-color css
<style>
span { border-color: #2C4389; }
span { border-color: rgb(44,67,137); }
td.TdClassName
{
border-color: #2C4389;
}
.TagClassName
{
border-color: #2C4389;
}
</style>