Shades of Endeavour #224F84
Tints of Endeavour #224F84
RGB
CMYK
RGB Variations
Color information
#224F84 (or 0x224F84) is known color: Endeavour. HEX triplet: 22, 4F and 84. RGB value is (34,79,132). Sum of RGB (Red+Green+Blue) = 34+79+132=245 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.88% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #224F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224F84 is #DDB07B. Grayscale: #474747. Windows color (decimal): -14528636 or 8671010. OLE color: 8671010.
HSL color Cylindrical-coordinate representation of color #224F84: hue angle of 212.45º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #224F84 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 79 | 132 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.48 |
| HSL | 212.45º | 0.59% | 0.33% | - |
| HSV(B) | 212.45º | 0.74% | 0.52% | - |
| XYZ | 7.62 | 7.6 | 22.89 | - |
| YUV | 71.59 | 162.09 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 79 | 132 | 0.74 | 0.40 | 0 | 0.48 | 212.45 | 0.59 | 0.33 |
| Hex | 22 | 4F | 84 | 4A | 28 | 0 | 30 | D4 | 3B | 21 |
| Octal | 42 | 117 | 204 | 112 | 50 | 0 | 60 | 324 | 73 | 41 |
| Binary | 100010 | 1001111 | 10000100 | 1001010 | 101000 | 0 | 110000 | 11010100 | 111011 | 100001 |
Color Harmonies of #224F84
Complementary color
Monochromatic Colors of #224F84
Black with #224F84
Text Example
Text Example
White with #224F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224F84; }
p { color: rgb(34,79,132); }
H1.HeaderClassName
{
color: #224F84;
}
.AnyTagClassName
{
color: #224F84;
}
</style>
background-color css
<style>
a { background-color: #224F84; }
a { background-color: rgb(34,79,132); }
div.DivClassName
{
background-color: #224F84;
}
.BgClassName
{
background-color: #224F84;
}
</style>
border-color css
<style>
span { border-color: #224F84; }
span { border-color: rgb(34,79,132); }
td.TdClassName
{
border-color: #224F84;
}
.TagClassName
{
border-color: #224F84;
}
</style>