Shades of Endeavour #224C87
Tints of Endeavour #224C87
RGB
CMYK
RGB Variations
Color information
#224C87 (or 0x224C87) is known color: Endeavour. HEX triplet: 22, 4C and 87. RGB value is (34,76,135). Sum of RGB (Red+Green+Blue) = 34+76+135=245 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.88% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #224C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224C87 is #DDB378. Grayscale: #454545. Windows color (decimal): -14529401 or 8866850. OLE color: 8866850.
HSL color Cylindrical-coordinate representation of color #224C87: hue angle of 215.05º 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 #224C87 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 34 | 76 | 135 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.47 |
| HSL | 215.05º | 0.6% | 0.33% | - |
| HSV(B) | 215.05º | 0.75% | 0.53% | - |
| XYZ | 7.62 | 7.26 | 23.92 | - |
| YUV | 70.17 | 164.59 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 135 | 0.75 | 0.44 | 0 | 0.47 | 215.05 | 0.6 | 0.33 |
| Hex | 22 | 4C | 87 | 4B | 2C | 0 | 2F | D7 | 3C | 21 |
| Octal | 42 | 114 | 207 | 113 | 54 | 0 | 57 | 327 | 74 | 41 |
| Binary | 100010 | 1001100 | 10000111 | 1001011 | 101100 | 0 | 101111 | 11010111 | 111100 | 100001 |
Color Harmonies of #224C87
Complementary color
Monochromatic Colors of #224C87
Black with #224C87
Text Example
Text Example
White with #224C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224C87; }
p { color: rgb(34,76,135); }
H1.HeaderClassName
{
color: #224C87;
}
.AnyTagClassName
{
color: #224C87;
}
</style>
background-color css
<style>
a { background-color: #224C87; }
a { background-color: rgb(34,76,135); }
div.DivClassName
{
background-color: #224C87;
}
.BgClassName
{
background-color: #224C87;
}
</style>
border-color css
<style>
span { border-color: #224C87; }
span { border-color: rgb(34,76,135); }
td.TdClassName
{
border-color: #224C87;
}
.TagClassName
{
border-color: #224C87;
}
</style>