Shades of Tory Blue #2C4488
Tints of Tory Blue #2C4488
RGB
CMYK
RGB Variations
Color information
#2C4488 (or 0x2C4488) is known color: Tory Blue. HEX triplet: 2C, 44 and 88. RGB value is (44,68,136). Sum of RGB (Red+Green+Blue) = 44+68+136=248 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.74% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #2C4488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C4488 is #D3BB77. Grayscale: #444444. Windows color (decimal): -13876088 or 8930348. OLE color: 8930348.
HSL color Cylindrical-coordinate representation of color #2C4488: hue angle of 224.35º 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 #2C4488 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 68 | 136 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.47 |
| HSL | 224.35º | 0.51% | 0.35% | - |
| HSV(B) | 224.35º | 0.68% | 0.53% | - |
| XYZ | 7.55 | 6.45 | 24.14 | - |
| YUV | 68.58 | 166.05 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 68 | 136 | 0.68 | 0.50 | 0 | 0.47 | 224.35 | 0.51 | 0.35 |
| Hex | 2C | 44 | 88 | 44 | 32 | 0 | 2F | E0 | 33 | 23 |
| Octal | 54 | 104 | 210 | 104 | 62 | 0 | 57 | 340 | 63 | 43 |
| Binary | 101100 | 1000100 | 10001000 | 1000100 | 110010 | 0 | 101111 | 11100000 | 110011 | 100011 |
Color Harmonies of #2C4488
Complementary color
Monochromatic Colors of #2C4488
Black with #2C4488
Text Example
Text Example
White with #2C4488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4488; }
p { color: rgb(44,68,136); }
H1.HeaderClassName
{
color: #2C4488;
}
.AnyTagClassName
{
color: #2C4488;
}
</style>
background-color css
<style>
a { background-color: #2C4488; }
a { background-color: rgb(44,68,136); }
div.DivClassName
{
background-color: #2C4488;
}
.BgClassName
{
background-color: #2C4488;
}
</style>
border-color css
<style>
span { border-color: #2C4488; }
span { border-color: rgb(44,68,136); }
td.TdClassName
{
border-color: #2C4488;
}
.TagClassName
{
border-color: #2C4488;
}
</style>