#224E94

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

Shades of Endeavour #224E94

Tints of Endeavour #224E94

Color information

#224E94 (or 0x224E94) is unknown color: approx Endeavour. HEX triplet: 22, 4E and 94. RGB value is (34,78,148). Sum of RGB (Red+Green+Blue) = 34+78+148=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 148 (58.20% from 255 or 56.92% from 260); Max value from RGB is 148 - color contains mainly: blue. Hex color #224E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224E94 is #DDB16B. Grayscale: #484848. Windows color (decimal): -14528876 or 9719330. OLE color: 9719330.

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

Color convert

RGB3478148-
CMYK0.770.4700.42
HSL216.84º62.64%35.69%-
HSV(B)216.84º77.03%58.04%-
XYZ8.737.9329.09-
YUV72.82170.42100.31-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.08%
GREEN value IS 78 (30.86% from 255) = 30%
BLUE value IS 148 (58.20% from 255) = 56.92%
R=13.08%
G=30%
B=56.92%

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
Decimal34781480.770.4700.42216.8462.6435.69
Hex224E944D2F02Ad93f24
Octal42116224115570523317744
Binary1000101001110100101001001101101111010101011011001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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