#224F94

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

Shades of Endeavour #224F94

Tints of Endeavour #224F94

Color information

#224F94 (or 0x224F94) is unknown color: approx Endeavour. HEX triplet: 22, 4F and 94. RGB value is (34,79,148). Sum of RGB (Red+Green+Blue) = 34+79+148=261 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.03% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #224F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224F94 is #DDB06B. Grayscale: #494949. Windows color (decimal): -14528620 or 9719586. OLE color: 9719586.

HSL color Cylindrical-coordinate representation of color #224F94: hue angle of 216.32º 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 #224F94 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3479148-
CMYK0.770.4700.42
HSL216.32º62.64%35.69%-
HSV(B)216.32º77.03%58.04%-
XYZ8.88.0729.11-
YUV73.41170.0999.89-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.03%
GREEN value IS 79 (31.25% from 255) = 30.27%
BLUE value IS 148 (58.20% from 255) = 56.70%
R=13.03%
G=30.27%
B=56.70%

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
Decimal34791480.770.4700.42216.3262.6435.69
Hex224F944D2F02Ad83f24
Octal42117224115570523307744
Binary1000101001111100101001001101101111010101011011000111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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