Shades of Tory Blue #2C4388
Tints of Tory Blue #2C4388
RGB
CMYK
RGB Variations
Color information
#2C4388 (or 0x2C4388) is known color: Tory Blue. HEX triplet: 2C, 43 and 88. RGB value is (44,67,136). Sum of RGB (Red+Green+Blue) = 44+67+136=247 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.81% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #2C4388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C4388 is #D3BC77. Grayscale: #434343. Windows color (decimal): -13876344 or 8930092. OLE color: 8930092.
HSL color Cylindrical-coordinate representation of color #2C4388: hue angle of 225º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C4388 is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 67 | 136 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.47 |
| HSL | 225º | 0.51% | 0.35% | - |
| HSV(B) | 225º | 0.68% | 0.53% | - |
| XYZ | 7.49 | 6.33 | 24.12 | - |
| YUV | 67.99 | 166.38 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 67 | 136 | 0.68 | 0.51 | 0 | 0.47 | 225 | 0.51 | 0.35 |
| Hex | 2C | 43 | 88 | 44 | 33 | 0 | 2F | E1 | 33 | 23 |
| Octal | 54 | 103 | 210 | 104 | 63 | 0 | 57 | 341 | 63 | 43 |
| Binary | 101100 | 1000011 | 10001000 | 1000100 | 110011 | 0 | 101111 | 11100001 | 110011 | 100011 |
Color Harmonies of #2C4388
Complementary color
Monochromatic Colors of #2C4388
Black with #2C4388
Text Example
Text Example
White with #2C4388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4388; }
p { color: rgb(44,67,136); }
H1.HeaderClassName
{
color: #2C4388;
}
.AnyTagClassName
{
color: #2C4388;
}
</style>
background-color css
<style>
a { background-color: #2C4388; }
a { background-color: rgb(44,67,136); }
div.DivClassName
{
background-color: #2C4388;
}
.BgClassName
{
background-color: #2C4388;
}
</style>
border-color css
<style>
span { border-color: #2C4388; }
span { border-color: rgb(44,67,136); }
td.TdClassName
{
border-color: #2C4388;
}
.TagClassName
{
border-color: #2C4388;
}
</style>