Shades of Tory Blue #2C428E
Tints of Tory Blue #2C428E
RGB
CMYK
RGB Variations
Color information
#2C428E (or 0x2C428E) is known color: Tory Blue. HEX triplet: 2C, 42 and 8E. RGB value is (44,66,142). Sum of RGB (Red+Green+Blue) = 44+66+142=252 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.46% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 142 (55.86% from 255 or 56.35% from 252); Max value from RGB is 142 - color contains mainly: blue. Hex color #2C428E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C428E is #D3BD71. Grayscale: #434343. Windows color (decimal): -13876594 or 9323052. OLE color: 9323052.
HSL color Cylindrical-coordinate representation of color #2C428E: hue angle of 226.53º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C428E is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 66 | 142 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.44 |
| HSL | 226.53º | 0.53% | 0.36% | - |
| HSV(B) | 226.53º | 0.69% | 0.56% | - |
| XYZ | 7.87 | 6.38 | 26.41 | - |
| YUV | 68.09 | 169.71 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 66 | 142 | 0.69 | 0.54 | 0 | 0.44 | 226.53 | 0.53 | 0.36 |
| Hex | 2C | 42 | 8E | 45 | 36 | 0 | 2C | E3 | 35 | 24 |
| Octal | 54 | 102 | 216 | 105 | 66 | 0 | 54 | 343 | 65 | 44 |
| Binary | 101100 | 1000010 | 10001110 | 1000101 | 110110 | 0 | 101100 | 11100011 | 110101 | 100100 |
Color Harmonies of #2C428E
Complementary color
Monochromatic Colors of #2C428E
Black with #2C428E
Text Example
Text Example
White with #2C428E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C428E; }
p { color: rgb(44,66,142); }
H1.HeaderClassName
{
color: #2C428E;
}
.AnyTagClassName
{
color: #2C428E;
}
</style>
background-color css
<style>
a { background-color: #2C428E; }
a { background-color: rgb(44,66,142); }
div.DivClassName
{
background-color: #2C428E;
}
.BgClassName
{
background-color: #2C428E;
}
</style>
border-color css
<style>
span { border-color: #2C428E; }
span { border-color: rgb(44,66,142); }
td.TdClassName
{
border-color: #2C428E;
}
.TagClassName
{
border-color: #2C428E;
}
</style>