Shades of Endeavour #225089
Tints of Endeavour #225089
RGB
CMYK
RGB Variations
Color information
#225089 (or 0x225089) is known color: Endeavour. HEX triplet: 22, 50 and 89. RGB value is (34,80,137). Sum of RGB (Red+Green+Blue) = 34+80+137=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #225089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225089 is #DDAF76. Grayscale: #484848. Windows color (decimal): -14528375 or 8998946. OLE color: 8998946.
HSL color Cylindrical-coordinate representation of color #225089: hue angle of 213.2º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #225089 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 34 | 80 | 137 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.46 |
| HSL | 213.2º | 0.6% | 0.34% | - |
| HSV(B) | 213.2º | 0.75% | 0.54% | - |
| XYZ | 8.04 | 7.88 | 24.76 | - |
| YUV | 72.74 | 164.26 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 80 | 137 | 0.75 | 0.42 | 0 | 0.46 | 213.2 | 0.6 | 0.34 |
| Hex | 22 | 50 | 89 | 4B | 2A | 0 | 2E | D5 | 3C | 22 |
| Octal | 42 | 120 | 211 | 113 | 52 | 0 | 56 | 325 | 74 | 42 |
| Binary | 100010 | 1010000 | 10001001 | 1001011 | 101010 | 0 | 101110 | 11010101 | 111100 | 100010 |
Color Harmonies of #225089
Complementary color
Monochromatic Colors of #225089
Black with #225089
Text Example
Text Example
White with #225089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225089; }
p { color: rgb(34,80,137); }
H1.HeaderClassName
{
color: #225089;
}
.AnyTagClassName
{
color: #225089;
}
</style>
background-color css
<style>
a { background-color: #225089; }
a { background-color: rgb(34,80,137); }
div.DivClassName
{
background-color: #225089;
}
.BgClassName
{
background-color: #225089;
}
</style>
border-color css
<style>
span { border-color: #225089; }
span { border-color: rgb(34,80,137); }
td.TdClassName
{
border-color: #225089;
}
.TagClassName
{
border-color: #225089;
}
</style>