#2A518A

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

Shades of Endeavour #2A518A

Tints of Endeavour #2A518A

Color information

#2A518A (or 0x2A518A) is unknown color: approx Endeavour. HEX triplet: 2A, 51 and 8A. RGB value is (42,81,138). Sum of RGB (Red+Green+Blue) = 42+81+138=261 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.09% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #2A518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A518A is #D5AE75. Grayscale: #4B4B4B. Windows color (decimal): -14003830 or 9064746. OLE color: 9064746.

HSL color Cylindrical-coordinate representation of color #2A518A: hue angle of 215.62º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A518A is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4281138-
CMYK0.700.4100.46
HSL215.62º53.33%35.29%-
HSV(B)215.62º69.57%54.12%-
XYZ8.488.2125.18-
YUV75.84163.08103.87-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.09%
GREEN value IS 81 (32.03% from 255) = 31.03%
BLUE value IS 138 (54.30% from 255) = 52.87%
R=16.09%
G=31.03%
B=52.87%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal42811380.700.4100.46215.6253.3335.29
Hex2A518A462902Ed83523
Octal52121212106510563306543
Binary1010101010001100010101000110101001010111011011000110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,81,138); }

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

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

 a { background-color: rgb(42,81,138); }

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

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

 span { border-color: rgb(42,81,138); }

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