Shades of Endeavour #224C98
Tints of Endeavour #224C98
RGB
CMYK
RGB Variations
Color information
#224C98 (or 0x224C98) is known color: Endeavour. HEX triplet: 22, 4C and 98. RGB value is (34,76,152). Sum of RGB (Red+Green+Blue) = 34+76+152=262 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.98% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 152 (59.77% from 255 or 58.02% from 262); Max value from RGB is 152 - color contains mainly: blue. Hex color #224C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224C98 is #DDB367. Grayscale: #474747. Windows color (decimal): -14529384 or 9980962. OLE color: 9980962.
HSL color Cylindrical-coordinate representation of color #224C98: hue angle of 218.64º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #224C98 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 76 | 152 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.40 |
| HSL | 218.64º | 0.63% | 0.36% | - |
| HSV(B) | 218.64º | 0.78% | 0.6% | - |
| XYZ | 8.91 | 7.78 | 30.74 | - |
| YUV | 72.11 | 173.09 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 152 | 0.78 | 0.50 | 0 | 0.40 | 218.64 | 0.63 | 0.36 |
| Hex | 22 | 4C | 98 | 4E | 32 | 0 | 28 | DB | 3F | 24 |
| Octal | 42 | 114 | 230 | 116 | 62 | 0 | 50 | 333 | 77 | 44 |
| Binary | 100010 | 1001100 | 10011000 | 1001110 | 110010 | 0 | 101000 | 11011011 | 111111 | 100100 |
Color Harmonies of #224C98
Complementary color
Monochromatic Colors of #224C98
Black with #224C98
Text Example
Text Example
White with #224C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224C98; }
p { color: rgb(34,76,152); }
H1.HeaderClassName
{
color: #224C98;
}
.AnyTagClassName
{
color: #224C98;
}
</style>
background-color css
<style>
a { background-color: #224C98; }
a { background-color: rgb(34,76,152); }
div.DivClassName
{
background-color: #224C98;
}
.BgClassName
{
background-color: #224C98;
}
</style>
border-color css
<style>
span { border-color: #224C98; }
span { border-color: rgb(34,76,152); }
td.TdClassName
{
border-color: #224C98;
}
.TagClassName
{
border-color: #224C98;
}
</style>