Shades of Endeavour #224E8F
Tints of Endeavour #224E8F
RGB
CMYK
RGB Variations
Color information
#224E8F (or 0x224E8F) is known color: Endeavour. HEX triplet: 22, 4E and 8F. RGB value is (34,78,143). Sum of RGB (Red+Green+Blue) = 34+78+143=255 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.33% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 143 (56.25% from 255 or 56.08% from 255); Max value from RGB is 143 - color contains mainly: blue. Hex color #224E8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224E8F is #DDB170. Grayscale: #474747. Windows color (decimal): -14528881 or 9391650. OLE color: 9391650.
HSL color Cylindrical-coordinate representation of color #224E8F: hue angle of 215.78º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #224E8F is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 78 | 143 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.44 |
| HSL | 215.78º | 0.62% | 0.35% | - |
| HSV(B) | 215.78º | 0.76% | 0.56% | - |
| XYZ | 8.34 | 7.77 | 27.05 | - |
| YUV | 72.25 | 167.92 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 78 | 143 | 0.76 | 0.45 | 0 | 0.44 | 215.78 | 0.62 | 0.35 |
| Hex | 22 | 4E | 8F | 4C | 2D | 0 | 2C | D8 | 3E | 23 |
| Octal | 42 | 116 | 217 | 114 | 55 | 0 | 54 | 330 | 76 | 43 |
| Binary | 100010 | 1001110 | 10001111 | 1001100 | 101101 | 0 | 101100 | 11011000 | 111110 | 100011 |
Color Harmonies of #224E8F
Complementary color
Monochromatic Colors of #224E8F
Black with #224E8F
Text Example
Text Example
White with #224E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224E8F; }
p { color: rgb(34,78,143); }
H1.HeaderClassName
{
color: #224E8F;
}
.AnyTagClassName
{
color: #224E8F;
}
</style>
background-color css
<style>
a { background-color: #224E8F; }
a { background-color: rgb(34,78,143); }
div.DivClassName
{
background-color: #224E8F;
}
.BgClassName
{
background-color: #224E8F;
}
</style>
border-color css
<style>
span { border-color: #224E8F; }
span { border-color: rgb(34,78,143); }
td.TdClassName
{
border-color: #224E8F;
}
.TagClassName
{
border-color: #224E8F;
}
</style>