#224BA0

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

Shades of Endeavour #224BA0

Tints of Endeavour #224BA0

Color information

#224BA0 (or 0x224BA0) is unknown color: approx Endeavour. HEX triplet: 22, 4B and A0. RGB value is (34,75,160). Sum of RGB (Red+Green+Blue) = 34+75+160=269 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.64% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 160 (62.89% from 255 or 59.48% from 269); Max value from RGB is 160 - color contains mainly: blue. Hex color #224BA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224BA0 is #DDB45F. Grayscale: #484848. Windows color (decimal): -14529632 or 10504994. OLE color: 10504994.

HSL color Cylindrical-coordinate representation of color #224BA0: hue angle of 220.48º 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 #224BA0 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB3475160-
CMYK0.790.5300.37
HSL220.48º64.95%38.04%-
HSV(B)220.48º78.75%62.75%-
XYZ9.527.9134.28-
YUV72.43177.42100.59-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.64%
GREEN value IS 75 (29.69% from 255) = 27.88%
BLUE value IS 160 (62.89% from 255) = 59.48%
R=12.64%
G=27.88%
B=59.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal34751600.790.5300.37220.4864.9538.04
Hex224BA04F35025dc4126
Octal421132401176504533410146
Binary10001010010111010000010011111101010100101110111001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,75,160); }

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

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

 a { background-color: rgb(34,75,160); }

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

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

 span { border-color: rgb(34,75,160); }

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