Shades of Endeavour #224A8D
Tints of Endeavour #224A8D
RGB
CMYK
RGB Variations
Color information
#224A8D (or 0x224A8D) is known color: Endeavour. HEX triplet: 22, 4A and 8D. RGB value is (34,74,141). Sum of RGB (Red+Green+Blue) = 34+74+141=249 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.65% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #224A8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224A8D is #DDB572. Grayscale: #454545. Windows color (decimal): -14529907 or 9259554. OLE color: 9259554.
HSL color Cylindrical-coordinate representation of color #224A8D: hue angle of 217.57º 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 #224A8D is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 34 | 74 | 141 | - |
| CMYK | 0.76 | 0.48 | 0 | 0.45 |
| HSL | 217.57º | 0.61% | 0.34% | - |
| HSV(B) | 217.57º | 0.76% | 0.55% | - |
| XYZ | 7.92 | 7.16 | 26.16 | - |
| YUV | 69.68 | 168.25 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 74 | 141 | 0.76 | 0.48 | 0 | 0.45 | 217.57 | 0.61 | 0.34 |
| Hex | 22 | 4A | 8D | 4C | 30 | 0 | 2D | DA | 3D | 22 |
| Octal | 42 | 112 | 215 | 114 | 60 | 0 | 55 | 332 | 75 | 42 |
| Binary | 100010 | 1001010 | 10001101 | 1001100 | 110000 | 0 | 101101 | 11011010 | 111101 | 100010 |
Color Harmonies of #224A8D
Complementary color
Monochromatic Colors of #224A8D
Black with #224A8D
Text Example
Text Example
White with #224A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224A8D; }
p { color: rgb(34,74,141); }
H1.HeaderClassName
{
color: #224A8D;
}
.AnyTagClassName
{
color: #224A8D;
}
</style>
background-color css
<style>
a { background-color: #224A8D; }
a { background-color: rgb(34,74,141); }
div.DivClassName
{
background-color: #224A8D;
}
.BgClassName
{
background-color: #224A8D;
}
</style>
border-color css
<style>
span { border-color: #224A8D; }
span { border-color: rgb(34,74,141); }
td.TdClassName
{
border-color: #224A8D;
}
.TagClassName
{
border-color: #224A8D;
}
</style>