Shades of Endeavour #225486
Tints of Endeavour #225486
RGB
CMYK
RGB Variations
Color information
#225486 (or 0x225486) is known color: Endeavour. HEX triplet: 22, 54 and 86. RGB value is (34,84,134). Sum of RGB (Red+Green+Blue) = 34+84+134=252 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.49% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 134 (52.73% from 255 or 53.17% from 252); Max value from RGB is 134 - color contains mainly: blue. Hex color #225486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225486 is #DDAB79. Grayscale: #4A4A4A. Windows color (decimal): -14527354 or 8803362. OLE color: 8803362.
HSL color Cylindrical-coordinate representation of color #225486: hue angle of 210º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #225486 is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 84 | 134 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.47 |
| HSL | 210º | 0.6% | 0.33% | - |
| HSV(B) | 210º | 0.75% | 0.53% | - |
| XYZ | 8.13 | 8.4 | 23.75 | - |
| YUV | 74.75 | 161.44 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 84 | 134 | 0.75 | 0.37 | 0 | 0.47 | 210 | 0.6 | 0.33 |
| Hex | 22 | 54 | 86 | 4B | 25 | 0 | 2F | D2 | 3C | 21 |
| Octal | 42 | 124 | 206 | 113 | 45 | 0 | 57 | 322 | 74 | 41 |
| Binary | 100010 | 1010100 | 10000110 | 1001011 | 100101 | 0 | 101111 | 11010010 | 111100 | 100001 |
Color Harmonies of #225486
Complementary color
Monochromatic Colors of #225486
Black with #225486
Text Example
Text Example
White with #225486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225486; }
p { color: rgb(34,84,134); }
H1.HeaderClassName
{
color: #225486;
}
.AnyTagClassName
{
color: #225486;
}
</style>
background-color css
<style>
a { background-color: #225486; }
a { background-color: rgb(34,84,134); }
div.DivClassName
{
background-color: #225486;
}
.BgClassName
{
background-color: #225486;
}
</style>
border-color css
<style>
span { border-color: #225486; }
span { border-color: rgb(34,84,134); }
td.TdClassName
{
border-color: #225486;
}
.TagClassName
{
border-color: #225486;
}
</style>