#2A5587

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

Shades of Endeavour #2A5587

Tints of Endeavour #2A5587

Color information

#2A5587 (or 0x2A5587) is unknown color: approx Endeavour. HEX triplet: 2A, 55 and 87. RGB value is (42,85,135). Sum of RGB (Red+Green+Blue) = 42+85+135=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 135 (53.12% from 255 or 51.53% from 262); Max value from RGB is 135 - color contains mainly: blue. Hex color #2A5587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5587 is #D5AA78. Grayscale: #4D4D4D. Windows color (decimal): -14002809 or 8869162. OLE color: 8869162.

HSL color Cylindrical-coordinate representation of color #2A5587: hue angle of 212.26º 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 #2A5587 is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4285135-
CMYK0.690.3700.47
HSL212.26º52.54%34.71%-
HSV(B)212.26º68.89%52.94%-
XYZ8.588.7424.16-
YUV77.84160.25102.43-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.03%
GREEN value IS 85 (33.59% from 255) = 32.44%
BLUE value IS 135 (53.12% from 255) = 51.53%
R=16.03%
G=32.44%
B=51.53%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42851350.690.3700.47212.2652.5434.71
Hex2A5587452502Fd43523
Octal52125207105450573246543
Binary1010101010101100001111000101100101010111111010100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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