#224E91

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

Shades of Endeavour #224E91

Tints of Endeavour #224E91

Color information

#224E91 (or 0x224E91) is unknown color: approx Endeavour. HEX triplet: 22, 4E and 91. RGB value is (34,78,145). Sum of RGB (Red+Green+Blue) = 34+78+145=257 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.23% from 257); Green value is 78 (30.86% from 255 or 30.35% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #224E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224E91 is #DDB16E. Grayscale: #484848. Windows color (decimal): -14528879 or 9522722. OLE color: 9522722.

HSL color Cylindrical-coordinate representation of color #224E91: hue angle of 216.22º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #224E91 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3478145-
CMYK0.770.4600.43
HSL216.22º62.01%35.1%-
HSV(B)216.22º76.55%56.86%-
XYZ8.497.8327.85-
YUV72.48168.92100.55-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.23%
GREEN value IS 78 (30.86% from 255) = 30.35%
BLUE value IS 145 (57.03% from 255) = 56.42%
R=13.23%
G=30.35%
B=56.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal34781450.770.4600.43216.2262.0135.1
Hex224E914D2E02Bd83e23
Octal42116221115560533307643
Binary1000101001110100100011001101101110010101111011000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,78,145); }

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

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

 a { background-color: rgb(34,78,145); }

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

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

 span { border-color: rgb(34,78,145); }

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