Shades of Tory Blue #2C428D
Tints of Tory Blue #2C428D
RGB
CMYK
RGB Variations
Color information
#2C428D (or 0x2C428D) is known color: Tory Blue. HEX triplet: 2C, 42 and 8D. RGB value is (44,66,141). Sum of RGB (Red+Green+Blue) = 44+66+141=251 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.53% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 141 (55.47% from 255 or 56.18% from 251); Max value from RGB is 141 - color contains mainly: blue. Hex color #2C428D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C428D is #D3BD72. Grayscale: #434343. Windows color (decimal): -13876595 or 9257516. OLE color: 9257516.
HSL color Cylindrical-coordinate representation of color #2C428D: hue angle of 226.39º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C428D is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 44 | 66 | 141 | - |
| CMYK | 0.69 | 0.53 | 0 | 0.45 |
| HSL | 226.39º | 0.52% | 0.36% | - |
| HSV(B) | 226.39º | 0.69% | 0.55% | - |
| XYZ | 7.79 | 6.35 | 26.02 | - |
| YUV | 67.97 | 169.21 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 66 | 141 | 0.69 | 0.53 | 0 | 0.45 | 226.39 | 0.52 | 0.36 |
| Hex | 2C | 42 | 8D | 45 | 35 | 0 | 2D | E2 | 34 | 24 |
| Octal | 54 | 102 | 215 | 105 | 65 | 0 | 55 | 342 | 64 | 44 |
| Binary | 101100 | 1000010 | 10001101 | 1000101 | 110101 | 0 | 101101 | 11100010 | 110100 | 100100 |
Color Harmonies of #2C428D
Complementary color
Monochromatic Colors of #2C428D
Black with #2C428D
Text Example
Text Example
White with #2C428D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C428D; }
p { color: rgb(44,66,141); }
H1.HeaderClassName
{
color: #2C428D;
}
.AnyTagClassName
{
color: #2C428D;
}
</style>
background-color css
<style>
a { background-color: #2C428D; }
a { background-color: rgb(44,66,141); }
div.DivClassName
{
background-color: #2C428D;
}
.BgClassName
{
background-color: #2C428D;
}
</style>
border-color css
<style>
span { border-color: #2C428D; }
span { border-color: rgb(44,66,141); }
td.TdClassName
{
border-color: #2C428D;
}
.TagClassName
{
border-color: #2C428D;
}
</style>