#2C5A9B

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

Shades of Endeavour #2C5A9B

Tints of Endeavour #2C5A9B

Color information

#2C5A9B (or 0x2C5A9B) is unknown color: approx Endeavour. HEX triplet: 2C, 5A and 9B. RGB value is (44,90,155). Sum of RGB (Red+Green+Blue) = 44+90+155=289 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.22% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 155 (60.94% from 255 or 53.63% from 289); Max value from RGB is 155 - color contains mainly: blue. Hex color #2C5A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2C5A9B is #D3A564. Grayscale: #535353. Windows color (decimal): -13870437 or 10181164. OLE color: 10181164.

HSL color Cylindrical-coordinate representation of color #2C5A9B: hue angle of 215.14º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C5A9B is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4490155-
CMYK0.720.4200.39
HSL215.14º55.78%39.02%-
HSV(B)215.14º71.61%60.78%-
XYZ10.6110.2132.42-
YUV83.66168.2699.71-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.22%
GREEN value IS 90 (35.55% from 255) = 31.14%
BLUE value IS 155 (60.94% from 255) = 53.63%
R=15.22%
G=31.14%
B=53.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal44901550.720.4200.39215.1455.7839.02
Hex2C5A9B482A027d73827
Octal54132233110520473277047
Binary1011001011010100110111001000101010010011111010111111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,90,155); }

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

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

 a { background-color: rgb(44,90,155); }

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

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

 span { border-color: rgb(44,90,155); }

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