Shades of Endeavour #224A9E
Tints of Endeavour #224A9E
RGB
CMYK
RGB Variations
Color information
#224A9E (or 0x224A9E) is known color: Endeavour. HEX triplet: 22, 4A and 9E. RGB value is (34,74,158). Sum of RGB (Red+Green+Blue) = 34+74+158=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 158 (62.11% from 255 or 59.40% from 266); Max value from RGB is 158 - color contains mainly: blue. Hex color #224A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224A9E is #DDB561. Grayscale: #474747. Windows color (decimal): -14529890 or 10373666. OLE color: 10373666.
HSL color Cylindrical-coordinate representation of color #224A9E: hue angle of 220.65º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #224A9E is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 74 | 158 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.38 |
| HSL | 220.65º | 0.65% | 0.38% | - |
| HSV(B) | 220.65º | 0.78% | 0.62% | - |
| XYZ | 9.28 | 7.71 | 33.35 | - |
| YUV | 71.62 | 176.75 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 74 | 158 | 0.78 | 0.53 | 0 | 0.38 | 220.65 | 0.65 | 0.38 |
| Hex | 22 | 4A | 9E | 4E | 35 | 0 | 26 | DD | 41 | 26 |
| Octal | 42 | 112 | 236 | 116 | 65 | 0 | 46 | 335 | 101 | 46 |
| Binary | 100010 | 1001010 | 10011110 | 1001110 | 110101 | 0 | 100110 | 11011101 | 1000001 | 100110 |
Color Harmonies of #224A9E
Complementary color
Monochromatic Colors of #224A9E
Black with #224A9E
Text Example
Text Example
White with #224A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224A9E; }
p { color: rgb(34,74,158); }
H1.HeaderClassName
{
color: #224A9E;
}
.AnyTagClassName
{
color: #224A9E;
}
</style>
background-color css
<style>
a { background-color: #224A9E; }
a { background-color: rgb(34,74,158); }
div.DivClassName
{
background-color: #224A9E;
}
.BgClassName
{
background-color: #224A9E;
}
</style>
border-color css
<style>
span { border-color: #224A9E; }
span { border-color: rgb(34,74,158); }
td.TdClassName
{
border-color: #224A9E;
}
.TagClassName
{
border-color: #224A9E;
}
</style>