#224E93

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

Shades of Endeavour #224E93

Tints of Endeavour #224E93

Color information

#224E93 (or 0x224E93) is unknown color: approx Endeavour. HEX triplet: 22, 4E and 93. RGB value is (34,78,147). Sum of RGB (Red+Green+Blue) = 34+78+147=259 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.13% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 147 (57.81% from 255 or 56.76% from 259); Max value from RGB is 147 - color contains mainly: blue. Hex color #224E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224E93 is #DDB16C. Grayscale: #484848. Windows color (decimal): -14528877 or 9653794. OLE color: 9653794.

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

Color convert

RGB3478147-
CMYK0.770.4700.42
HSL216.64º62.43%35.49%-
HSV(B)216.64º76.87%57.65%-
XYZ8.657.928.67-
YUV72.71169.92100.39-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.13%
GREEN value IS 78 (30.86% from 255) = 30.12%
BLUE value IS 147 (57.81% from 255) = 56.76%
R=13.13%
G=30.12%
B=56.76%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal34781470.770.4700.42216.6462.4335.49
Hex224E934D2F02Ad93e23
Octal42116223115570523317643
Binary1000101001110100100111001101101111010101011011001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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