Shades of Tory Blue #2C4B98
Tints of Tory Blue #2C4B98
RGB
CMYK
RGB Variations
Color information
#2C4B98 (or 0x2C4B98) is known color: Tory Blue. HEX triplet: 2C, 4B and 98. RGB value is (44,75,152). Sum of RGB (Red+Green+Blue) = 44+75+152=271 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.24% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #2C4B98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C4B98 is #D3B467. Grayscale: #4A4A4A. Windows color (decimal): -13874280 or 9980716. OLE color: 9980716.
HSL color Cylindrical-coordinate representation of color #2C4B98: hue angle of 222.78º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C4B98 is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 44 | 75 | 152 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.40 |
| HSL | 222.78º | 0.55% | 0.38% | - |
| HSV(B) | 222.78º | 0.71% | 0.6% | - |
| XYZ | 9.22 | 7.83 | 30.73 | - |
| YUV | 74.51 | 171.73 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 75 | 152 | 0.71 | 0.51 | 0 | 0.40 | 222.78 | 0.55 | 0.38 |
| Hex | 2C | 4B | 98 | 47 | 33 | 0 | 28 | DF | 37 | 26 |
| Octal | 54 | 113 | 230 | 107 | 63 | 0 | 50 | 337 | 67 | 46 |
| Binary | 101100 | 1001011 | 10011000 | 1000111 | 110011 | 0 | 101000 | 11011111 | 110111 | 100110 |
Color Harmonies of #2C4B98
Complementary color
Monochromatic Colors of #2C4B98
Black with #2C4B98
Text Example
Text Example
White with #2C4B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C4B98; }
p { color: rgb(44,75,152); }
H1.HeaderClassName
{
color: #2C4B98;
}
.AnyTagClassName
{
color: #2C4B98;
}
</style>
background-color css
<style>
a { background-color: #2C4B98; }
a { background-color: rgb(44,75,152); }
div.DivClassName
{
background-color: #2C4B98;
}
.BgClassName
{
background-color: #2C4B98;
}
</style>
border-color css
<style>
span { border-color: #2C4B98; }
span { border-color: rgb(44,75,152); }
td.TdClassName
{
border-color: #2C4B98;
}
.TagClassName
{
border-color: #2C4B98;
}
</style>