Shades of Endeavour #22498F
Tints of Endeavour #22498F
RGB
CMYK
RGB Variations
Color information
#22498F (or 0x22498F) is known color: Endeavour. HEX triplet: 22, 49 and 8F. RGB value is (34,73,143). Sum of RGB (Red+Green+Blue) = 34+73+143=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #22498F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #22498F is #DDB670. Grayscale: #454545. Windows color (decimal): -14530161 or 9390370. OLE color: 9390370.
HSL color Cylindrical-coordinate representation of color #22498F: hue angle of 218.53º 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 #22498F is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 73 | 143 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.44 |
| HSL | 218.53º | 0.62% | 0.35% | - |
| HSV(B) | 218.53º | 0.76% | 0.56% | - |
| XYZ | 8 | 7.09 | 26.93 | - |
| YUV | 69.32 | 169.58 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 73 | 143 | 0.76 | 0.49 | 0 | 0.44 | 218.53 | 0.62 | 0.35 |
| Hex | 22 | 49 | 8F | 4C | 31 | 0 | 2C | DB | 3E | 23 |
| Octal | 42 | 111 | 217 | 114 | 61 | 0 | 54 | 333 | 76 | 43 |
| Binary | 100010 | 1001001 | 10001111 | 1001100 | 110001 | 0 | 101100 | 11011011 | 111110 | 100011 |
Color Harmonies of #22498F
Complementary color
Monochromatic Colors of #22498F
Black with #22498F
Text Example
Text Example
White with #22498F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22498F; }
p { color: rgb(34,73,143); }
H1.HeaderClassName
{
color: #22498F;
}
.AnyTagClassName
{
color: #22498F;
}
</style>
background-color css
<style>
a { background-color: #22498F; }
a { background-color: rgb(34,73,143); }
div.DivClassName
{
background-color: #22498F;
}
.BgClassName
{
background-color: #22498F;
}
</style>
border-color css
<style>
span { border-color: #22498F; }
span { border-color: rgb(34,73,143); }
td.TdClassName
{
border-color: #22498F;
}
.TagClassName
{
border-color: #22498F;
}
</style>