#2A5A87

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

Shades of Endeavour #2A5A87

Tints of Endeavour #2A5A87

Color information

#2A5A87 (or 0x2A5A87) is unknown color: approx Endeavour. HEX triplet: 2A, 5A and 87. RGB value is (42,90,135). Sum of RGB (Red+Green+Blue) = 42+90+135=267 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.73% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 135 (53.12% from 255 or 50.56% from 267); Max value from RGB is 135 - color contains mainly: blue. Hex color #2A5A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5A87 is #D5A578. Grayscale: #505050. Windows color (decimal): -14001529 or 8870442. OLE color: 8870442.

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

Color convert

RGB4290135-
CMYK0.690.3300.47
HSL209.03º52.54%34.71%-
HSV(B)209.03º68.89%52.94%-
XYZ8.989.5524.29-
YUV80.78158.6100.34-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.73%
GREEN value IS 90 (35.55% from 255) = 33.71%
BLUE value IS 135 (53.12% from 255) = 50.56%
R=15.73%
G=33.71%
B=50.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42901350.690.3300.47209.0352.5434.71
Hex2A5A87452102Fd13523
Octal52132207105410573216543
Binary1010101011010100001111000101100001010111111010001110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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