Shades of Endeavour #224E8D
Tints of Endeavour #224E8D
RGB
CMYK
RGB Variations
Color information
#224E8D (or 0x224E8D) is known color: Endeavour. HEX triplet: 22, 4E and 8D. RGB value is (34,78,141). Sum of RGB (Red+Green+Blue) = 34+78+141=253 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.44% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #224E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224E8D is #DDB172. Grayscale: #474747. Windows color (decimal): -14528883 or 9260578. OLE color: 9260578.
HSL color Cylindrical-coordinate representation of color #224E8D: hue angle of 215.33º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #224E8D is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 78 | 141 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.45 |
| HSL | 215.33º | 0.61% | 0.34% | - |
| HSV(B) | 215.33º | 0.76% | 0.55% | - |
| XYZ | 8.19 | 7.71 | 26.26 | - |
| YUV | 72.03 | 166.92 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 78 | 141 | 0.76 | 0.45 | 0 | 0.45 | 215.33 | 0.61 | 0.34 |
| Hex | 22 | 4E | 8D | 4C | 2D | 0 | 2D | D7 | 3D | 22 |
| Octal | 42 | 116 | 215 | 114 | 55 | 0 | 55 | 327 | 75 | 42 |
| Binary | 100010 | 1001110 | 10001101 | 1001100 | 101101 | 0 | 101101 | 11010111 | 111101 | 100010 |
Color Harmonies of #224E8D
Complementary color
Monochromatic Colors of #224E8D
Black with #224E8D
Text Example
Text Example
White with #224E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224E8D; }
p { color: rgb(34,78,141); }
H1.HeaderClassName
{
color: #224E8D;
}
.AnyTagClassName
{
color: #224E8D;
}
</style>
background-color css
<style>
a { background-color: #224E8D; }
a { background-color: rgb(34,78,141); }
div.DivClassName
{
background-color: #224E8D;
}
.BgClassName
{
background-color: #224E8D;
}
</style>
border-color css
<style>
span { border-color: #224E8D; }
span { border-color: rgb(34,78,141); }
td.TdClassName
{
border-color: #224E8D;
}
.TagClassName
{
border-color: #224E8D;
}
</style>