#224CA1

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

Shades of Endeavour #224CA1

Tints of Endeavour #224CA1

Color information

#224CA1 (or 0x224CA1) is unknown color: approx Endeavour. HEX triplet: 22, 4C and A1. RGB value is (34,76,161). Sum of RGB (Red+Green+Blue) = 34+76+161=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 161 (63.28% from 255 or 59.41% from 271); Max value from RGB is 161 - color contains mainly: blue. Hex color #224CA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224CA1 is #DDB35E. Grayscale: #484848. Windows color (decimal): -14529375 or 10570786. OLE color: 10570786.

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

Color convert

RGB3476161-
CMYK0.790.5300.37
HSL220.16º65.13%38.24%-
HSV(B)220.16º78.88%63.14%-
XYZ9.688.0834.77-
YUV73.13177.59100.09-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.55%
GREEN value IS 76 (30.08% from 255) = 28.04%
BLUE value IS 161 (63.28% from 255) = 59.41%
R=12.55%
G=28.04%
B=59.41%

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
Decimal34761610.790.5300.37220.1665.1338.24
Hex224CA14F35025dc4126
Octal421142411176504533410146
Binary10001010011001010000110011111101010100101110111001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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