Shades of Tory Blue #2C4E92
Tints of Tory Blue #2C4E92
RGB
CMYK
RGB Variations
Color information
#2C4E92 (or 0x2C4E92) is known color: Tory Blue. HEX triplet: 2C, 4E and 92. RGB value is (44,78,146). Sum of RGB (Red+Green+Blue) = 44+78+146=268 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.42% from 268); Green value is 78 (30.86% from 255 or 29.10% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #2C4E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C4E92 is #D3B16D. Grayscale: #4B4B4B. Windows color (decimal): -13873518 or 9588268. OLE color: 9588268.
HSL color Cylindrical-coordinate representation of color #2C4E92: hue angle of 220º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C4E92 is Cyan = 0.70, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 44 | 78 | 146 | - |
| CMYK | 0.70 | 0.47 | 0 | 0.43 |
| HSL | 220º | 0.54% | 0.37% | - |
| HSV(B) | 220º | 0.7% | 0.57% | - |
| XYZ | 8.95 | 8.06 | 28.28 | - |
| YUV | 75.59 | 167.74 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 78 | 146 | 0.70 | 0.47 | 0 | 0.43 | 220 | 0.54 | 0.37 |
| Hex | 2C | 4E | 92 | 46 | 2F | 0 | 2B | DC | 36 | 25 |
| Octal | 54 | 116 | 222 | 106 | 57 | 0 | 53 | 334 | 66 | 45 |
| Binary | 101100 | 1001110 | 10010010 | 1000110 | 101111 | 0 | 101011 | 11011100 | 110110 | 100101 |
Color Harmonies of #2C4E92
Complementary color
Monochromatic Colors of #2C4E92
Black with #2C4E92
Text Example
Text Example
White with #2C4E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4E92; }
p { color: rgb(44,78,146); }
H1.HeaderClassName
{
color: #2C4E92;
}
.AnyTagClassName
{
color: #2C4E92;
}
</style>
background-color css
<style>
a { background-color: #2C4E92; }
a { background-color: rgb(44,78,146); }
div.DivClassName
{
background-color: #2C4E92;
}
.BgClassName
{
background-color: #2C4E92;
}
</style>
border-color css
<style>
span { border-color: #2C4E92; }
span { border-color: rgb(44,78,146); }
td.TdClassName
{
border-color: #2C4E92;
}
.TagClassName
{
border-color: #2C4E92;
}
</style>