#224A9B

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

Shades of Endeavour #224A9B

Tints of Endeavour #224A9B

Color information

#224A9B (or 0x224A9B) is unknown color: approx Endeavour. HEX triplet: 22, 4A and 9B. RGB value is (34,74,155). Sum of RGB (Red+Green+Blue) = 34+74+155=263 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.93% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #224A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224A9B is #DDB564. Grayscale: #464646. Windows color (decimal): -14529893 or 10177058. OLE color: 10177058.

HSL color Cylindrical-coordinate representation of color #224A9B: hue angle of 220.17º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #224A9B is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3474155-
CMYK0.780.5200.39
HSL220.17º64.02%37.06%-
HSV(B)220.17º78.06%60.78%-
XYZ9.027.632-
YUV71.27175.25101.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.93%
GREEN value IS 74 (29.30% from 255) = 28.14%
BLUE value IS 155 (60.94% from 255) = 58.94%
R=12.93%
G=28.14%
B=58.94%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal34741550.780.5200.39220.1764.0237.06
Hex224A9B4E34027dc4025
Octal421122331166404733410045
Binary10001010010101001101110011101101000100111110111001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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