Shades of Endeavour #225995
Tints of Endeavour #225995
RGB
CMYK
RGB Variations
Color information
#225995 (or 0x225995) is known color: Endeavour. HEX triplet: 22, 59 and 95. RGB value is (34,89,149). Sum of RGB (Red+Green+Blue) = 34+89+149=272 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.5% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 149 (58.59% from 255 or 54.78% from 272); Max value from RGB is 149 - color contains mainly: blue. Hex color #225995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225995 is #DDA66A. Grayscale: #4F4F4F. Windows color (decimal): -14526059 or 9787682. OLE color: 9787682.
HSL color Cylindrical-coordinate representation of color #225995: hue angle of 211.3º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #225995 is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 89 | 149 | - |
| CMYK | 0.77 | 0.40 | 0 | 0.42 |
| HSL | 211.3º | 0.63% | 0.36% | - |
| HSV(B) | 211.3º | 0.77% | 0.58% | - |
| XYZ | 9.66 | 9.65 | 29.79 | - |
| YUV | 79.4 | 167.28 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 89 | 149 | 0.77 | 0.40 | 0 | 0.42 | 211.3 | 0.63 | 0.36 |
| Hex | 22 | 59 | 95 | 4D | 28 | 0 | 2A | D3 | 3F | 24 |
| Octal | 42 | 131 | 225 | 115 | 50 | 0 | 52 | 323 | 77 | 44 |
| Binary | 100010 | 1011001 | 10010101 | 1001101 | 101000 | 0 | 101010 | 11010011 | 111111 | 100100 |
Color Harmonies of #225995
Complementary color
Monochromatic Colors of #225995
Black with #225995
Text Example
Text Example
White with #225995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225995; }
p { color: rgb(34,89,149); }
H1.HeaderClassName
{
color: #225995;
}
.AnyTagClassName
{
color: #225995;
}
</style>
background-color css
<style>
a { background-color: #225995; }
a { background-color: rgb(34,89,149); }
div.DivClassName
{
background-color: #225995;
}
.BgClassName
{
background-color: #225995;
}
</style>
border-color css
<style>
span { border-color: #225995; }
span { border-color: rgb(34,89,149); }
td.TdClassName
{
border-color: #225995;
}
.TagClassName
{
border-color: #225995;
}
</style>