Shades of Endeavour #225487
Tints of Endeavour #225487
RGB
CMYK
RGB Variations
Color information
#225487 (or 0x225487) is known color: Endeavour. HEX triplet: 22, 54 and 87. RGB value is (34,84,135). Sum of RGB (Red+Green+Blue) = 34+84+135=253 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.44% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 135 (53.12% from 255 or 53.36% from 253); Max value from RGB is 135 - color contains mainly: blue. Hex color #225487 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #225487 is #DDAB78. Grayscale: #4A4A4A. Windows color (decimal): -14527353 or 8868898. OLE color: 8868898.
HSL color Cylindrical-coordinate representation of color #225487: hue angle of 210.3º 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 #225487 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 84 | 135 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.47 |
| HSL | 210.3º | 0.6% | 0.33% | - |
| HSV(B) | 210.3º | 0.75% | 0.53% | - |
| XYZ | 8.2 | 8.43 | 24.12 | - |
| YUV | 74.86 | 161.94 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 84 | 135 | 0.75 | 0.38 | 0 | 0.47 | 210.3 | 0.6 | 0.33 |
| Hex | 22 | 54 | 87 | 4B | 26 | 0 | 2F | D2 | 3C | 21 |
| Octal | 42 | 124 | 207 | 113 | 46 | 0 | 57 | 322 | 74 | 41 |
| Binary | 100010 | 1010100 | 10000111 | 1001011 | 100110 | 0 | 101111 | 11010010 | 111100 | 100001 |
Color Harmonies of #225487
Complementary color
Monochromatic Colors of #225487
Black with #225487
Text Example
Text Example
White with #225487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225487; }
p { color: rgb(34,84,135); }
H1.HeaderClassName
{
color: #225487;
}
.AnyTagClassName
{
color: #225487;
}
</style>
background-color css
<style>
a { background-color: #225487; }
a { background-color: rgb(34,84,135); }
div.DivClassName
{
background-color: #225487;
}
.BgClassName
{
background-color: #225487;
}
</style>
border-color css
<style>
span { border-color: #225487; }
span { border-color: rgb(34,84,135); }
td.TdClassName
{
border-color: #225487;
}
.TagClassName
{
border-color: #225487;
}
</style>