Shades of Endeavour #224994
Tints of Endeavour #224994
RGB
CMYK
RGB Variations
Color information
#224994 (or 0x224994) is known color: Endeavour. HEX triplet: 22, 49 and 94. RGB value is (34,73,148). Sum of RGB (Red+Green+Blue) = 34+73+148=255 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.33% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #224994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224994 is #DDB66B. Grayscale: #454545. Windows color (decimal): -14530156 or 9718050. OLE color: 9718050.
HSL color Cylindrical-coordinate representation of color #224994: hue angle of 219.47º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #224994 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 73 | 148 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.42 |
| HSL | 219.47º | 0.63% | 0.36% | - |
| HSV(B) | 219.47º | 0.77% | 0.58% | - |
| XYZ | 8.39 | 7.24 | 28.97 | - |
| YUV | 69.89 | 172.08 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 73 | 148 | 0.77 | 0.51 | 0 | 0.42 | 219.47 | 0.63 | 0.36 |
| Hex | 22 | 49 | 94 | 4D | 33 | 0 | 2A | DB | 3F | 24 |
| Octal | 42 | 111 | 224 | 115 | 63 | 0 | 52 | 333 | 77 | 44 |
| Binary | 100010 | 1001001 | 10010100 | 1001101 | 110011 | 0 | 101010 | 11011011 | 111111 | 100100 |
Color Harmonies of #224994
Complementary color
Monochromatic Colors of #224994
Black with #224994
Text Example
Text Example
White with #224994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224994; }
p { color: rgb(34,73,148); }
H1.HeaderClassName
{
color: #224994;
}
.AnyTagClassName
{
color: #224994;
}
</style>
background-color css
<style>
a { background-color: #224994; }
a { background-color: rgb(34,73,148); }
div.DivClassName
{
background-color: #224994;
}
.BgClassName
{
background-color: #224994;
}
</style>
border-color css
<style>
span { border-color: #224994; }
span { border-color: rgb(34,73,148); }
td.TdClassName
{
border-color: #224994;
}
.TagClassName
{
border-color: #224994;
}
</style>