#2A5D87

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

Shades of Endeavour #2A5D87

Tints of Endeavour #2A5D87

Color information

#2A5D87 (or 0x2A5D87) is unknown color: approx Endeavour. HEX triplet: 2A, 5D and 87. RGB value is (42,93,135). Sum of RGB (Red+Green+Blue) = 42+93+135=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #2A5D87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5D87 is #D5A278. Grayscale: #525252. Windows color (decimal): -14000761 or 8871210. OLE color: 8871210.

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

Color convert

RGB4293135-
CMYK0.690.3100.47
HSL207.1º52.54%34.71%-
HSV(B)207.1º68.89%52.94%-
XYZ9.2410.0724.38-
YUV82.54157.699.08-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.56%
GREEN value IS 93 (36.72% from 255) = 34.44%
BLUE value IS 135 (53.12% from 255) = 50%
R=15.56%
G=34.44%
B=50%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42931350.690.3100.47207.152.5434.71
Hex2A5D87451F02Fcf3523
Octal52135207105370573176543
Binary101010101110110000111100010111111010111111001111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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