Shades of Endeavour #22499A
Tints of Endeavour #22499A
RGB
CMYK
RGB Variations
Color information
#22499A (or 0x22499A) is known color: Endeavour. HEX triplet: 22, 49 and 9A. RGB value is (34,73,154). Sum of RGB (Red+Green+Blue) = 34+73+154=261 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.03% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 154 (60.55% from 255 or 59.00% from 261); Max value from RGB is 154 - color contains mainly: blue. Hex color #22499A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22499A is #DDB665. Grayscale: #464646. Windows color (decimal): -14530150 or 10111266. OLE color: 10111266.
HSL color Cylindrical-coordinate representation of color #22499A: hue angle of 220.5º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #22499A is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 73 | 154 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.40 |
| HSL | 220.5º | 0.64% | 0.37% | - |
| HSV(B) | 220.5º | 0.78% | 0.6% | - |
| XYZ | 8.87 | 7.44 | 31.54 | - |
| YUV | 70.57 | 175.08 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 73 | 154 | 0.78 | 0.53 | 0 | 0.40 | 220.5 | 0.64 | 0.37 |
| Hex | 22 | 49 | 9A | 4E | 35 | 0 | 28 | DC | 40 | 25 |
| Octal | 42 | 111 | 232 | 116 | 65 | 0 | 50 | 334 | 100 | 45 |
| Binary | 100010 | 1001001 | 10011010 | 1001110 | 110101 | 0 | 101000 | 11011100 | 1000000 | 100101 |
Color Harmonies of #22499A
Complementary color
Monochromatic Colors of #22499A
Black with #22499A
Text Example
Text Example
White with #22499A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22499A; }
p { color: rgb(34,73,154); }
H1.HeaderClassName
{
color: #22499A;
}
.AnyTagClassName
{
color: #22499A;
}
</style>
background-color css
<style>
a { background-color: #22499A; }
a { background-color: rgb(34,73,154); }
div.DivClassName
{
background-color: #22499A;
}
.BgClassName
{
background-color: #22499A;
}
</style>
border-color css
<style>
span { border-color: #22499A; }
span { border-color: rgb(34,73,154); }
td.TdClassName
{
border-color: #22499A;
}
.TagClassName
{
border-color: #22499A;
}
</style>