#2A5D8C

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

Shades of Endeavour #2A5D8C

Tints of Endeavour #2A5D8C

Color information

#2A5D8C (or 0x2A5D8C) is unknown color: approx Endeavour. HEX triplet: 2A, 5D and 8C. RGB value is (42,93,140). Sum of RGB (Red+Green+Blue) = 42+93+140=275 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.27% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #2A5D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5D8C is #D5A273. Grayscale: #525252. Windows color (decimal): -14000756 or 9198890. OLE color: 9198890.

HSL color Cylindrical-coordinate representation of color #2A5D8C: hue angle of 208.78º 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 #2A5D8C is Cyan = 0.7, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4293140-
CMYK0.70.3400.45
HSL208.78º53.85%35.69%-
HSV(B)208.78º70%54.9%-
XYZ9.610.2126.28-
YUV83.11160.198.68-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.27%
GREEN value IS 93 (36.72% from 255) = 33.82%
BLUE value IS 140 (55.08% from 255) = 50.91%
R=15.27%
G=33.82%
B=50.91%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal42931400.70.3400.45208.7853.8535.69
Hex2A5D8C462202Dd13624
Octal52135214106420553216644
Binary1010101011101100011001000110100010010110111010001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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