Shades of Endeavour #224F89
Tints of Endeavour #224F89
RGB
CMYK
RGB Variations
Color information
#224F89 (or 0x224F89) is known color: Endeavour. HEX triplet: 22, 4F and 89. RGB value is (34,79,137). Sum of RGB (Red+Green+Blue) = 34+79+137=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 137 (53.91% from 255 or 54.8% from 250); Max value from RGB is 137 - color contains mainly: blue. Hex color #224F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224F89 is #DDB076. Grayscale: #474747. Windows color (decimal): -14528631 or 8998690. OLE color: 8998690.
HSL color Cylindrical-coordinate representation of color #224F89: hue angle of 213.79º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #224F89 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 34 | 79 | 137 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.46 |
| HSL | 213.79º | 0.6% | 0.34% | - |
| HSV(B) | 213.79º | 0.75% | 0.54% | - |
| XYZ | 7.97 | 7.74 | 24.74 | - |
| YUV | 72.16 | 164.59 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 79 | 137 | 0.75 | 0.42 | 0 | 0.46 | 213.79 | 0.6 | 0.34 |
| Hex | 22 | 4F | 89 | 4B | 2A | 0 | 2E | D6 | 3C | 22 |
| Octal | 42 | 117 | 211 | 113 | 52 | 0 | 56 | 326 | 74 | 42 |
| Binary | 100010 | 1001111 | 10001001 | 1001011 | 101010 | 0 | 101110 | 11010110 | 111100 | 100010 |
Color Harmonies of #224F89
Complementary color
Monochromatic Colors of #224F89
Black with #224F89
Text Example
Text Example
White with #224F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224F89; }
p { color: rgb(34,79,137); }
H1.HeaderClassName
{
color: #224F89;
}
.AnyTagClassName
{
color: #224F89;
}
</style>
background-color css
<style>
a { background-color: #224F89; }
a { background-color: rgb(34,79,137); }
div.DivClassName
{
background-color: #224F89;
}
.BgClassName
{
background-color: #224F89;
}
</style>
border-color css
<style>
span { border-color: #224F89; }
span { border-color: rgb(34,79,137); }
td.TdClassName
{
border-color: #224F89;
}
.TagClassName
{
border-color: #224F89;
}
</style>