#224DA1

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

Shades of Endeavour #224DA1

Tints of Endeavour #224DA1

Color information

#224DA1 (or 0x224DA1) is unknown color: approx Endeavour. HEX triplet: 22, 4D and A1. RGB value is (34,77,161). Sum of RGB (Red+Green+Blue) = 34+77+161=272 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.5% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 161 (63.28% from 255 or 59.19% from 272); Max value from RGB is 161 - color contains mainly: blue. Hex color #224DA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #224DA1 is #DDB25E. Grayscale: #494949. Windows color (decimal): -14529119 or 10571042. OLE color: 10571042.

HSL color Cylindrical-coordinate representation of color #224DA1: hue angle of 219.69º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #224DA1 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3477161-
CMYK0.790.5200.37
HSL219.69º65.13%38.24%-
HSV(B)219.69º78.88%63.14%-
XYZ9.758.2234.79-
YUV73.72177.2599.67-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.5%
GREEN value IS 77 (30.47% from 255) = 28.31%
BLUE value IS 161 (63.28% from 255) = 59.19%
R=12.5%
G=28.31%
B=59.19%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal34771610.790.5200.37219.6965.1338.24
Hex224DA14F34025dc4126
Octal421152411176404533410146
Binary10001010011011010000110011111101000100101110111001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,77,161); }

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

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

 a { background-color: rgb(34,77,161); }

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

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

 span { border-color: rgb(34,77,161); }

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