Shades of Endeavour #224B96
Tints of Endeavour #224B96
RGB
CMYK
RGB Variations
Color information
#224B96 (or 0x224B96) is known color: Endeavour. HEX triplet: 22, 4B and 96. RGB value is (34,75,150). Sum of RGB (Red+Green+Blue) = 34+75+150=259 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.13% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 150 (58.98% from 255 or 57.92% from 259); Max value from RGB is 150 - color contains mainly: blue. Hex color #224B96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224B96 is #DDB469. Grayscale: #464646. Windows color (decimal): -14529642 or 9849634. OLE color: 9849634.
HSL color Cylindrical-coordinate representation of color #224B96: hue angle of 218.79º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #224B96 is Cyan = 0.77, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 34 | 75 | 150 | - |
| CMYK | 0.77 | 0.5 | 0 | 0.41 |
| HSL | 218.79º | 0.63% | 0.36% | - |
| HSV(B) | 218.79º | 0.77% | 0.59% | - |
| XYZ | 8.68 | 7.57 | 29.86 | - |
| YUV | 71.29 | 172.42 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 150 | 0.77 | 0.5 | 0 | 0.41 | 218.79 | 0.63 | 0.36 |
| Hex | 22 | 4B | 96 | 4D | 32 | 0 | 29 | DB | 3F | 24 |
| Octal | 42 | 113 | 226 | 115 | 62 | 0 | 51 | 333 | 77 | 44 |
| Binary | 100010 | 1001011 | 10010110 | 1001101 | 110010 | 0 | 101001 | 11011011 | 111111 | 100100 |
Color Harmonies of #224B96
Complementary color
Monochromatic Colors of #224B96
Black with #224B96
Text Example
Text Example
White with #224B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224B96; }
p { color: rgb(34,75,150); }
H1.HeaderClassName
{
color: #224B96;
}
.AnyTagClassName
{
color: #224B96;
}
</style>
background-color css
<style>
a { background-color: #224B96; }
a { background-color: rgb(34,75,150); }
div.DivClassName
{
background-color: #224B96;
}
.BgClassName
{
background-color: #224B96;
}
</style>
border-color css
<style>
span { border-color: #224B96; }
span { border-color: rgb(34,75,150); }
td.TdClassName
{
border-color: #224B96;
}
.TagClassName
{
border-color: #224B96;
}
</style>