Shades of Endeavour #224B98
Tints of Endeavour #224B98
RGB
CMYK
RGB Variations
Color information
#224B98 (or 0x224B98) is known color: Endeavour. HEX triplet: 22, 4B and 98. RGB value is (34,75,152). Sum of RGB (Red+Green+Blue) = 34+75+152=261 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.03% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #224B98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224B98 is #DDB467. Grayscale: #474747. Windows color (decimal): -14529640 or 9980706. OLE color: 9980706.
HSL color Cylindrical-coordinate representation of color #224B98: hue angle of 219.15º 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 #224B98 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 75 | 152 | - |
| CMYK | 0.78 | 0.51 | 0 | 0.40 |
| HSL | 219.15º | 0.63% | 0.36% | - |
| HSV(B) | 219.15º | 0.78% | 0.6% | - |
| XYZ | 8.84 | 7.64 | 30.71 | - |
| YUV | 71.52 | 173.42 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 152 | 0.78 | 0.51 | 0 | 0.40 | 219.15 | 0.63 | 0.36 |
| Hex | 22 | 4B | 98 | 4E | 33 | 0 | 28 | DB | 3F | 24 |
| Octal | 42 | 113 | 230 | 116 | 63 | 0 | 50 | 333 | 77 | 44 |
| Binary | 100010 | 1001011 | 10011000 | 1001110 | 110011 | 0 | 101000 | 11011011 | 111111 | 100100 |
Color Harmonies of #224B98
Complementary color
Monochromatic Colors of #224B98
Black with #224B98
Text Example
Text Example
White with #224B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224B98; }
p { color: rgb(34,75,152); }
H1.HeaderClassName
{
color: #224B98;
}
.AnyTagClassName
{
color: #224B98;
}
</style>
background-color css
<style>
a { background-color: #224B98; }
a { background-color: rgb(34,75,152); }
div.DivClassName
{
background-color: #224B98;
}
.BgClassName
{
background-color: #224B98;
}
</style>
border-color css
<style>
span { border-color: #224B98; }
span { border-color: rgb(34,75,152); }
td.TdClassName
{
border-color: #224B98;
}
.TagClassName
{
border-color: #224B98;
}
</style>