#224A97

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

Shades of Endeavour #224A97

Tints of Endeavour #224A97

Color information

#224A97 (or 0x224A97) is unknown color: approx Endeavour. HEX triplet: 22, 4A and 97. RGB value is (34,74,151). Sum of RGB (Red+Green+Blue) = 34+74+151=259 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.13% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 151 (59.38% from 255 or 58.30% from 259); Max value from RGB is 151 - color contains mainly: blue. Hex color #224A97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224A97 is #DDB568. Grayscale: #464646. Windows color (decimal): -14529897 or 9914914. OLE color: 9914914.

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

Color convert

RGB3474151-
CMYK0.770.5100.41
HSL219.49º63.24%36.27%-
HSV(B)219.49º77.48%59.22%-
XYZ8.697.4730.26-
YUV70.82173.25101.74-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.13%
GREEN value IS 74 (29.30% from 255) = 28.57%
BLUE value IS 151 (59.38% from 255) = 58.30%
R=13.13%
G=28.57%
B=58.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal34741510.770.5100.41219.4963.2436.27
Hex224A974D33029db3f24
Octal42112227115630513337744
Binary1000101001010100101111001101110011010100111011011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,74,151); }

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

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

 a { background-color: rgb(34,74,151); }

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

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

 span { border-color: rgb(34,74,151); }

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