Shades of Endeavour #226495
Tints of Endeavour #226495
RGB
CMYK
RGB Variations
Color information
#226495 (or 0x226495) is known color: Endeavour. HEX triplet: 22, 64 and 95. RGB value is (34,100,149). Sum of RGB (Red+Green+Blue) = 34+100+149=283 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.01% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #226495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #226495 is #DD9B6A. Grayscale: #555555. Windows color (decimal): -14523243 or 9790498. OLE color: 9790498.
HSL color Cylindrical-coordinate representation of color #226495: hue angle of 205.57º 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 #226495 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 34 | 100 | 149 | - |
| CMYK | 0.77 | 0.33 | 0 | 0.42 |
| HSL | 205.57º | 0.63% | 0.36% | - |
| HSV(B) | 205.57º | 0.77% | 0.58% | - |
| XYZ | 10.64 | 11.62 | 30.12 | - |
| YUV | 85.85 | 163.63 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 100 | 149 | 0.77 | 0.33 | 0 | 0.42 | 205.57 | 0.63 | 0.36 |
| Hex | 22 | 64 | 95 | 4D | 21 | 0 | 2A | CE | 3F | 24 |
| Octal | 42 | 144 | 225 | 115 | 41 | 0 | 52 | 316 | 77 | 44 |
| Binary | 100010 | 1100100 | 10010101 | 1001101 | 100001 | 0 | 101010 | 11001110 | 111111 | 100100 |
Color Harmonies of #226495
Complementary color
Monochromatic Colors of #226495
Black with #226495
Text Example
Text Example
White with #226495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226495; }
p { color: rgb(34,100,149); }
H1.HeaderClassName
{
color: #226495;
}
.AnyTagClassName
{
color: #226495;
}
</style>
background-color css
<style>
a { background-color: #226495; }
a { background-color: rgb(34,100,149); }
div.DivClassName
{
background-color: #226495;
}
.BgClassName
{
background-color: #226495;
}
</style>
border-color css
<style>
span { border-color: #226495; }
span { border-color: rgb(34,100,149); }
td.TdClassName
{
border-color: #226495;
}
.TagClassName
{
border-color: #226495;
}
</style>