#2A5387

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

Shades of Endeavour #2A5387

Tints of Endeavour #2A5387

Color information

#2A5387 (or 0x2A5387) is unknown color: approx Endeavour. HEX triplet: 2A, 53 and 87. RGB value is (42,83,135). Sum of RGB (Red+Green+Blue) = 42+83+135=260 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.15% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 135 (53.12% from 255 or 51.92% from 260); Max value from RGB is 135 - color contains mainly: blue. Hex color #2A5387 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5387 is #D5AC78. Grayscale: #4C4C4C. Windows color (decimal): -14003321 or 8868650. OLE color: 8868650.

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

Color convert

RGB4283135-
CMYK0.690.3900.47
HSL213.55º52.54%34.71%-
HSV(B)213.55º68.89%52.94%-
XYZ8.428.4324.1-
YUV76.67160.92103.27-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.15%
GREEN value IS 83 (32.81% from 255) = 31.92%
BLUE value IS 135 (53.12% from 255) = 51.92%
R=16.15%
G=31.92%
B=51.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal42831350.690.3900.47213.5552.5434.71
Hex2A5387452702Fd63523
Octal52123207105470573266543
Binary1010101010011100001111000101100111010111111010110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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