Shades of Endeavour #224B9F
Tints of Endeavour #224B9F
RGB
CMYK
RGB Variations
Color information
#224B9F (or 0x224B9F) is known color: Endeavour. HEX triplet: 22, 4B and 9F. RGB value is (34,75,159). Sum of RGB (Red+Green+Blue) = 34+75+159=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #224B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224B9F is #DDB460. Grayscale: #474747. Windows color (decimal): -14529633 or 10439458. OLE color: 10439458.
HSL color Cylindrical-coordinate representation of color #224B9F: hue angle of 220.32º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #224B9F is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 75 | 159 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.38 |
| HSL | 220.32º | 0.65% | 0.38% | - |
| HSV(B) | 220.32º | 0.79% | 0.62% | - |
| XYZ | 9.43 | 7.88 | 33.82 | - |
| YUV | 72.32 | 176.92 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 75 | 159 | 0.79 | 0.53 | 0 | 0.38 | 220.32 | 0.65 | 0.38 |
| Hex | 22 | 4B | 9F | 4F | 35 | 0 | 26 | DC | 41 | 26 |
| Octal | 42 | 113 | 237 | 117 | 65 | 0 | 46 | 334 | 101 | 46 |
| Binary | 100010 | 1001011 | 10011111 | 1001111 | 110101 | 0 | 100110 | 11011100 | 1000001 | 100110 |
Color Harmonies of #224B9F
Complementary color
Monochromatic Colors of #224B9F
Black with #224B9F
Text Example
Text Example
White with #224B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224B9F; }
p { color: rgb(34,75,159); }
H1.HeaderClassName
{
color: #224B9F;
}
.AnyTagClassName
{
color: #224B9F;
}
</style>
background-color css
<style>
a { background-color: #224B9F; }
a { background-color: rgb(34,75,159); }
div.DivClassName
{
background-color: #224B9F;
}
.BgClassName
{
background-color: #224B9F;
}
</style>
border-color css
<style>
span { border-color: #224B9F; }
span { border-color: rgb(34,75,159); }
td.TdClassName
{
border-color: #224B9F;
}
.TagClassName
{
border-color: #224B9F;
}
</style>