#2A5E87

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

Shades of Endeavour #2A5E87

Tints of Endeavour #2A5E87

Color information

#2A5E87 (or 0x2A5E87) is unknown color: approx Endeavour. HEX triplet: 2A, 5E and 87. RGB value is (42,94,135). Sum of RGB (Red+Green+Blue) = 42+94+135=271 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.50% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 135 (53.12% from 255 or 49.82% from 271); Max value from RGB is 135 - color contains mainly: blue. Hex color #2A5E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5E87 is #D5A178. Grayscale: #525252. Windows color (decimal): -14000505 or 8871466. OLE color: 8871466.

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

Color convert

RGB4294135-
CMYK0.690.3000.47
HSL206.45º52.54%34.71%-
HSV(B)206.45º68.89%52.94%-
XYZ9.3310.2524.41-
YUV83.13157.2798.67-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.50%
GREEN value IS 94 (37.11% from 255) = 34.69%
BLUE value IS 135 (53.12% from 255) = 49.82%
R=15.50%
G=34.69%
B=49.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42941350.690.3000.47206.4552.5434.71
Hex2A5E87451E02Fce3523
Octal52136207105360573166543
Binary101010101111010000111100010111110010111111001110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,94,135); }

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

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

 a { background-color: rgb(42,94,135); }

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

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

 span { border-color: rgb(42,94,135); }

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