Shades of Endeavour #224998
Tints of Endeavour #224998
RGB
CMYK
RGB Variations
Color information
#224998 (or 0x224998) is known color: Endeavour. HEX triplet: 22, 49 and 98. RGB value is (34,73,152). Sum of RGB (Red+Green+Blue) = 34+73+152=259 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.13% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 152 (59.77% from 255 or 58.69% from 259); Max value from RGB is 152 - color contains mainly: blue. Hex color #224998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224998 is #DDB667. Grayscale: #454545. Windows color (decimal): -14530152 or 9980194. OLE color: 9980194.
HSL color Cylindrical-coordinate representation of color #224998: hue angle of 220.17º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #224998 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 73 | 152 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.40 |
| HSL | 220.17º | 0.63% | 0.36% | - |
| HSV(B) | 220.17º | 0.78% | 0.6% | - |
| XYZ | 8.71 | 7.37 | 30.67 | - |
| YUV | 70.35 | 174.08 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 73 | 152 | 0.78 | 0.52 | 0 | 0.40 | 220.17 | 0.63 | 0.36 |
| Hex | 22 | 49 | 98 | 4E | 34 | 0 | 28 | DC | 3F | 24 |
| Octal | 42 | 111 | 230 | 116 | 64 | 0 | 50 | 334 | 77 | 44 |
| Binary | 100010 | 1001001 | 10011000 | 1001110 | 110100 | 0 | 101000 | 11011100 | 111111 | 100100 |
Color Harmonies of #224998
Complementary color
Monochromatic Colors of #224998
Black with #224998
Text Example
Text Example
White with #224998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224998; }
p { color: rgb(34,73,152); }
H1.HeaderClassName
{
color: #224998;
}
.AnyTagClassName
{
color: #224998;
}
</style>
background-color css
<style>
a { background-color: #224998; }
a { background-color: rgb(34,73,152); }
div.DivClassName
{
background-color: #224998;
}
.BgClassName
{
background-color: #224998;
}
</style>
border-color css
<style>
span { border-color: #224998; }
span { border-color: rgb(34,73,152); }
td.TdClassName
{
border-color: #224998;
}
.TagClassName
{
border-color: #224998;
}
</style>