#224A9F

Color #224A9F Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #224A9F

Tints of Endeavour #224A9F

Color information

#224A9F (or 0x224A9F) is unknown color: approx Endeavour. HEX triplet: 22, 4A and 9F. RGB value is (34,74,159). Sum of RGB (Red+Green+Blue) = 34+74+159=267 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.73% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 159 (62.5% from 255 or 59.55% from 267); Max value from RGB is 159 - color contains mainly: blue. Hex color #224A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224A9F is #DDB560. Grayscale: #474747. Windows color (decimal): -14529889 or 10439202. OLE color: 10439202.

HSL color Cylindrical-coordinate representation of color #224A9F: hue angle of 220.8º 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 #224A9F is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3474159-
CMYK0.790.5300.38
HSL220.8º64.77%37.84%-
HSV(B)220.8º78.62%62.35%-
XYZ9.377.7433.8-
YUV71.73177.25101.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 34 (13.67% from 255) = 12.73%
GREEN value IS 74 (29.30% from 255) = 27.72%
BLUE value IS 159 (62.5% from 255) = 59.55%
R=12.73%
G=27.72%
B=59.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal34741590.790.5300.38220.864.7737.84
Hex224A9F4F35026dd4126
Octal421122371176504633510146
Binary10001010010101001111110011111101010100110110111011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224A9F; }

 p { color: rgb(34,74,159); }

 H1.HeaderClassName
 {
   color: #224A9F;
 }
 .AnyTagClassName
 {
   color: #224A9F;
 }
</style>
background-color css

<style>
 a { background-color: #224A9F; }

 a { background-color: rgb(34,74,159); }

 div.DivClassName
 {
   background-color: #224A9F;
 }
 .BgClassName
 {
   background-color: #224A9F;
 }
</style>
border-color css

<style>
 span { border-color: #224A9F; }

 span { border-color: rgb(34,74,159); }

 td.TdClassName
 {
   border-color: #224A9F;
 }
 .TagClassName
 {
   border-color: #224A9F;
 }
</style>