#2C5E88

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

Shades of Endeavour #2C5E88

Tints of Endeavour #2C5E88

Color information

#2C5E88 (or 0x2C5E88) is unknown color: approx Endeavour. HEX triplet: 2C, 5E and 88. RGB value is (44,94,136). Sum of RGB (Red+Green+Blue) = 44+94+136=274 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.06% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #2C5E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5E88 is #D3A177. Grayscale: #535353. Windows color (decimal): -13869432 or 8937004. OLE color: 8937004.

HSL color Cylindrical-coordinate representation of color #2C5E88: hue angle of 207.39º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C5E88 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4494136-
CMYK0.680.3100.47
HSL207.39º51.11%35.29%-
HSV(B)207.39º67.65%53.33%-
XYZ9.4910.3224.78-
YUV83.84157.4499.58-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.06%
GREEN value IS 94 (37.11% from 255) = 34.31%
BLUE value IS 136 (53.52% from 255) = 49.64%
R=16.06%
G=34.31%
B=49.64%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal44941360.680.3100.47207.3951.1135.29
Hex2C5E88441F02Fcf3323
Octal54136210104370573176343
Binary101100101111010001000100010011111010111111001111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C5E88; }

 p { color: rgb(44,94,136); }

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

<style>
 a { background-color: #2C5E88; }

 a { background-color: rgb(44,94,136); }

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

<style>
 span { border-color: #2C5E88; }

 span { border-color: rgb(44,94,136); }

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