Shades of Endeavour #224E83
Tints of Endeavour #224E83
RGB
CMYK
RGB Variations
Color information
#224E83 (or 0x224E83) is known color: Endeavour. HEX triplet: 22, 4E and 83. RGB value is (34,78,131). Sum of RGB (Red+Green+Blue) = 34+78+131=243 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.99% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 131 (51.56% from 255 or 53.91% from 243); Max value from RGB is 131 - color contains mainly: blue. Hex color #224E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224E83 is #DDB17C. Grayscale: #464646. Windows color (decimal): -14528893 or 8605218. OLE color: 8605218.
HSL color Cylindrical-coordinate representation of color #224E83: hue angle of 212.78º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #224E83 is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 34 | 78 | 131 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.49 |
| HSL | 212.78º | 0.59% | 0.32% | - |
| HSV(B) | 212.78º | 0.74% | 0.51% | - |
| XYZ | 7.48 | 7.43 | 22.51 | - |
| YUV | 70.89 | 161.92 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 78 | 131 | 0.74 | 0.40 | 0 | 0.49 | 212.78 | 0.59 | 0.32 |
| Hex | 22 | 4E | 83 | 4A | 28 | 0 | 31 | D5 | 3B | 20 |
| Octal | 42 | 116 | 203 | 112 | 50 | 0 | 61 | 325 | 73 | 40 |
| Binary | 100010 | 1001110 | 10000011 | 1001010 | 101000 | 0 | 110001 | 11010101 | 111011 | 100000 |
Color Harmonies of #224E83
Complementary color
Monochromatic Colors of #224E83
Black with #224E83
Text Example
Text Example
White with #224E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224E83; }
p { color: rgb(34,78,131); }
H1.HeaderClassName
{
color: #224E83;
}
.AnyTagClassName
{
color: #224E83;
}
</style>
background-color css
<style>
a { background-color: #224E83; }
a { background-color: rgb(34,78,131); }
div.DivClassName
{
background-color: #224E83;
}
.BgClassName
{
background-color: #224E83;
}
</style>
border-color css
<style>
span { border-color: #224E83; }
span { border-color: rgb(34,78,131); }
td.TdClassName
{
border-color: #224E83;
}
.TagClassName
{
border-color: #224E83;
}
</style>