Shades of Endeavour #225991
Tints of Endeavour #225991
RGB
CMYK
RGB Variations
Color information
#225991 (or 0x225991) is known color: Endeavour. HEX triplet: 22, 59 and 91. RGB value is (34,89,145). Sum of RGB (Red+Green+Blue) = 34+89+145=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #225991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225991 is #DDA66E. Grayscale: #4E4E4E. Windows color (decimal): -14526063 or 9525538. OLE color: 9525538.
HSL color Cylindrical-coordinate representation of color #225991: hue angle of 210.27º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #225991 is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 34 | 89 | 145 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.43 |
| HSL | 210.27º | 0.62% | 0.35% | - |
| HSV(B) | 210.27º | 0.77% | 0.57% | - |
| XYZ | 9.34 | 9.53 | 28.13 | - |
| YUV | 78.94 | 165.28 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 89 | 145 | 0.77 | 0.39 | 0 | 0.43 | 210.27 | 0.62 | 0.35 |
| Hex | 22 | 59 | 91 | 4D | 27 | 0 | 2B | D2 | 3E | 23 |
| Octal | 42 | 131 | 221 | 115 | 47 | 0 | 53 | 322 | 76 | 43 |
| Binary | 100010 | 1011001 | 10010001 | 1001101 | 100111 | 0 | 101011 | 11010010 | 111110 | 100011 |
Color Harmonies of #225991
Complementary color
Monochromatic Colors of #225991
Black with #225991
Text Example
Text Example
White with #225991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225991; }
p { color: rgb(34,89,145); }
H1.HeaderClassName
{
color: #225991;
}
.AnyTagClassName
{
color: #225991;
}
</style>
background-color css
<style>
a { background-color: #225991; }
a { background-color: rgb(34,89,145); }
div.DivClassName
{
background-color: #225991;
}
.BgClassName
{
background-color: #225991;
}
</style>
border-color css
<style>
span { border-color: #225991; }
span { border-color: rgb(34,89,145); }
td.TdClassName
{
border-color: #225991;
}
.TagClassName
{
border-color: #225991;
}
</style>