#2C5587

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

Shades of Endeavour #2C5587

Tints of Endeavour #2C5587

Color information

#2C5587 (or 0x2C5587) is unknown color: approx Endeavour. HEX triplet: 2C, 55 and 87. RGB value is (44,85,135). Sum of RGB (Red+Green+Blue) = 44+85+135=264 (34% of max value = 765). Red value is 44 (17.58% from 255 or 16.67% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #2C5587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5587 is #D3AA78. Grayscale: #4E4E4E. Windows color (decimal): -13871737 or 8869164. OLE color: 8869164.

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

Color convert

RGB4485135-
CMYK0.670.3700.47
HSL212.97º50.84%35.1%-
HSV(B)212.97º67.41%52.94%-
XYZ8.668.7824.16-
YUV78.44159.92103.43-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.67%
GREEN value IS 85 (33.59% from 255) = 32.20%
BLUE value IS 135 (53.12% from 255) = 51.14%
R=16.67%
G=32.20%
B=51.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal44851350.670.3700.47212.9750.8435.1
Hex2C5587432502Fd53323
Octal54125207103450573256343
Binary1011001010101100001111000011100101010111111010101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,85,135); }

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

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

 a { background-color: rgb(44,85,135); }

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

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

 span { border-color: rgb(44,85,135); }

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