#2A5687

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

Shades of Endeavour #2A5687

Tints of Endeavour #2A5687

Color information

#2A5687 (or 0x2A5687) is unknown color: approx Endeavour. HEX triplet: 2A, 56 and 87. RGB value is (42,86,135). Sum of RGB (Red+Green+Blue) = 42+86+135=263 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.97% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #2A5687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5687 is #D5A978. Grayscale: #4E4E4E. Windows color (decimal): -14002553 or 8869418. OLE color: 8869418.

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

Color convert

RGB4286135-
CMYK0.690.3600.47
HSL211.61º52.54%34.71%-
HSV(B)211.61º68.89%52.94%-
XYZ8.668.924.18-
YUV78.43159.92102.02-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.97%
GREEN value IS 86 (33.98% from 255) = 32.70%
BLUE value IS 135 (53.12% from 255) = 51.33%
R=15.97%
G=32.70%
B=51.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42861350.690.3600.47211.6152.5434.71
Hex2A5687452402Fd43523
Octal52126207105440573246543
Binary1010101010110100001111000101100100010111111010100110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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