#224C87

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

Shades of Endeavour #224C87

Tints of Endeavour #224C87

Color information

#224C87 (or 0x224C87) is unknown color: approx Endeavour. HEX triplet: 22, 4C and 87. RGB value is (34,76,135). Sum of RGB (Red+Green+Blue) = 34+76+135=245 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.88% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #224C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #224C87 is #DDB378. Grayscale: #454545. Windows color (decimal): -14529401 or 8866850. OLE color: 8866850.

HSL color Cylindrical-coordinate representation of color #224C87: hue angle of 215.05º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #224C87 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3476135-
CMYK0.750.4400.47
HSL215.05º59.76%33.14%-
HSV(B)215.05º74.81%52.94%-
XYZ7.627.2623.92-
YUV70.17164.59102.2-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.88%
GREEN value IS 76 (30.08% from 255) = 31.02%
BLUE value IS 135 (53.12% from 255) = 55.10%
R=13.88%
G=31.02%
B=55.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal34761350.750.4400.47215.0559.7633.14
Hex224C874B2C02Fd73c21
Octal42114207113540573277441
Binary1000101001100100001111001011101100010111111010111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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