#2C5891

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

Shades of Endeavour #2C5891

Tints of Endeavour #2C5891

Color information

#2C5891 (or 0x2C5891) is unknown color: approx Endeavour. HEX triplet: 2C, 58 and 91. RGB value is (44,88,145). Sum of RGB (Red+Green+Blue) = 44+88+145=277 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.88% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #2C5891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5891 is #D3A76E. Grayscale: #515151. Windows color (decimal): -13870959 or 9525292. OLE color: 9525292.

HSL color Cylindrical-coordinate representation of color #2C5891: hue angle of 213.86º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C5891 is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4488145-
CMYK0.700.3900.43
HSL213.86º53.44%37.06%-
HSV(B)213.86º69.66%56.86%-
XYZ9.649.5628.13-
YUV81.34163.92101.37-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.88%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 145 (57.03% from 255) = 52.35%
R=15.88%
G=31.77%
B=52.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal44881450.700.3900.43213.8653.4437.06
Hex2C5891462702Bd63525
Octal54130221106470533266545
Binary1011001011000100100011000110100111010101111010110110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,88,145); }

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

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

 a { background-color: rgb(44,88,145); }

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

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

 span { border-color: rgb(44,88,145); }

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