Shades of Endeavour #224F90
Tints of Endeavour #224F90
RGB
CMYK
RGB Variations
Color information
#224F90 (or 0x224F90) is known color: Endeavour. HEX triplet: 22, 4F and 90. RGB value is (34,79,144). Sum of RGB (Red+Green+Blue) = 34+79+144=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #224F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224F90 is #DDB06F. Grayscale: #484848. Windows color (decimal): -14528624 or 9457442. OLE color: 9457442.
HSL color Cylindrical-coordinate representation of color #224F90: hue angle of 215.45º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #224F90 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 79 | 144 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.44 |
| HSL | 215.45º | 0.62% | 0.35% | - |
| HSV(B) | 215.45º | 0.76% | 0.56% | - |
| XYZ | 8.49 | 7.95 | 27.47 | - |
| YUV | 72.96 | 168.09 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 79 | 144 | 0.76 | 0.45 | 0 | 0.44 | 215.45 | 0.62 | 0.35 |
| Hex | 22 | 4F | 90 | 4C | 2D | 0 | 2C | D7 | 3E | 23 |
| Octal | 42 | 117 | 220 | 114 | 55 | 0 | 54 | 327 | 76 | 43 |
| Binary | 100010 | 1001111 | 10010000 | 1001100 | 101101 | 0 | 101100 | 11010111 | 111110 | 100011 |
Color Harmonies of #224F90
Complementary color
Monochromatic Colors of #224F90
Black with #224F90
Text Example
Text Example
White with #224F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224F90; }
p { color: rgb(34,79,144); }
H1.HeaderClassName
{
color: #224F90;
}
.AnyTagClassName
{
color: #224F90;
}
</style>
background-color css
<style>
a { background-color: #224F90; }
a { background-color: rgb(34,79,144); }
div.DivClassName
{
background-color: #224F90;
}
.BgClassName
{
background-color: #224F90;
}
</style>
border-color css
<style>
span { border-color: #224F90; }
span { border-color: rgb(34,79,144); }
td.TdClassName
{
border-color: #224F90;
}
.TagClassName
{
border-color: #224F90;
}
</style>