#2A588C

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

Shades of Endeavour #2A588C

Tints of Endeavour #2A588C

Color information

#2A588C (or 0x2A588C) is unknown color: approx Endeavour. HEX triplet: 2A, 58 and 8C. RGB value is (42,88,140). Sum of RGB (Red+Green+Blue) = 42+88+140=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #2A588C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A588C is #D5A773. Grayscale: #4F4F4F. Windows color (decimal): -14002036 or 9197610. OLE color: 9197610.

HSL color Cylindrical-coordinate representation of color #2A588C: hue angle of 211.84º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A588C is Cyan = 0.7, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4288140-
CMYK0.70.3700.45
HSL211.84º53.85%35.69%-
HSV(B)211.84º70%54.9%-
XYZ9.189.3726.13-
YUV80.17161.76100.77-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.56%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 140 (55.08% from 255) = 51.85%
R=15.56%
G=32.59%
B=51.85%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42881400.70.3700.45211.8453.8535.69
Hex2A588C462502Dd43624
Octal52130214106450553246644
Binary1010101011000100011001000110100101010110111010100110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,88,140); }

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

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

 a { background-color: rgb(42,88,140); }

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

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

 span { border-color: rgb(42,88,140); }

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