Shades of Endeavour #224E91
Tints of Endeavour #224E91
RGB
CMYK
RGB Variations
Color information
#224E91 (or 0x224E91) is known color: Endeavour. HEX triplet: 22, 4E and 91. RGB value is (34,78,145). Sum of RGB (Red+Green+Blue) = 34+78+145=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #224E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224E91 is #DDB16E. Grayscale: #484848. Windows color (decimal): -14528879 or 9522722. OLE color: 9522722.
HSL color Cylindrical-coordinate representation of color #224E91: hue angle of 216.22º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #224E91 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 34 | 78 | 145 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.43 |
| HSL | 216.22º | 0.62% | 0.35% | - |
| HSV(B) | 216.22º | 0.77% | 0.57% | - |
| XYZ | 8.49 | 7.83 | 27.85 | - |
| YUV | 72.48 | 168.92 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 78 | 145 | 0.77 | 0.46 | 0 | 0.43 | 216.22 | 0.62 | 0.35 |
| Hex | 22 | 4E | 91 | 4D | 2E | 0 | 2B | D8 | 3E | 23 |
| Octal | 42 | 116 | 221 | 115 | 56 | 0 | 53 | 330 | 76 | 43 |
| Binary | 100010 | 1001110 | 10010001 | 1001101 | 101110 | 0 | 101011 | 11011000 | 111110 | 100011 |
Color Harmonies of #224E91
Complementary color
Monochromatic Colors of #224E91
Black with #224E91
Text Example
Text Example
White with #224E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224E91; }
p { color: rgb(34,78,145); }
H1.HeaderClassName
{
color: #224E91;
}
.AnyTagClassName
{
color: #224E91;
}
</style>
background-color css
<style>
a { background-color: #224E91; }
a { background-color: rgb(34,78,145); }
div.DivClassName
{
background-color: #224E91;
}
.BgClassName
{
background-color: #224E91;
}
</style>
border-color css
<style>
span { border-color: #224E91; }
span { border-color: rgb(34,78,145); }
td.TdClassName
{
border-color: #224E91;
}
.TagClassName
{
border-color: #224E91;
}
</style>