Shades of Endeavour #224990
Tints of Endeavour #224990
RGB
CMYK
RGB Variations
Color information
#224990 (or 0x224990) is known color: Endeavour. HEX triplet: 22, 49 and 90. RGB value is (34,73,144). Sum of RGB (Red+Green+Blue) = 34+73+144=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #224990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224990 is #DDB66F. Grayscale: #454545. Windows color (decimal): -14530160 or 9455906. OLE color: 9455906.
HSL color Cylindrical-coordinate representation of color #224990: hue angle of 218.73º 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 #224990 is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 73 | 144 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.44 |
| HSL | 218.73º | 0.62% | 0.35% | - |
| HSV(B) | 218.73º | 0.76% | 0.56% | - |
| XYZ | 8.08 | 7.12 | 27.33 | - |
| YUV | 69.43 | 170.08 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 73 | 144 | 0.76 | 0.49 | 0 | 0.44 | 218.73 | 0.62 | 0.35 |
| Hex | 22 | 49 | 90 | 4C | 31 | 0 | 2C | DB | 3E | 23 |
| Octal | 42 | 111 | 220 | 114 | 61 | 0 | 54 | 333 | 76 | 43 |
| Binary | 100010 | 1001001 | 10010000 | 1001100 | 110001 | 0 | 101100 | 11011011 | 111110 | 100011 |
Color Harmonies of #224990
Complementary color
Monochromatic Colors of #224990
Black with #224990
Text Example
Text Example
White with #224990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224990; }
p { color: rgb(34,73,144); }
H1.HeaderClassName
{
color: #224990;
}
.AnyTagClassName
{
color: #224990;
}
</style>
background-color css
<style>
a { background-color: #224990; }
a { background-color: rgb(34,73,144); }
div.DivClassName
{
background-color: #224990;
}
.BgClassName
{
background-color: #224990;
}
</style>
border-color css
<style>
span { border-color: #224990; }
span { border-color: rgb(34,73,144); }
td.TdClassName
{
border-color: #224990;
}
.TagClassName
{
border-color: #224990;
}
</style>