#2A5B9E

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

Shades of Endeavour #2A5B9E

Tints of Endeavour #2A5B9E

Color information

#2A5B9E (or 0x2A5B9E) is unknown color: approx Endeavour. HEX triplet: 2A, 5B and 9E. RGB value is (42,91,158). Sum of RGB (Red+Green+Blue) = 42+91+158=291 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.43% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #2A5B9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5B9E is #D5A461. Grayscale: #535353. Windows color (decimal): -14001250 or 10378026. OLE color: 10378026.

HSL color Cylindrical-coordinate representation of color #2A5B9E: hue angle of 214.66º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A5B9E is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4291158-
CMYK0.730.4200.38
HSL214.66º58%39.22%-
HSV(B)214.66º73.42%61.96%-
XYZ10.8710.4433.79-
YUV83.99169.7798.05-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.43%
GREEN value IS 91 (35.94% from 255) = 31.27%
BLUE value IS 158 (62.11% from 255) = 54.30%
R=14.43%
G=31.27%
B=54.30%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal42911580.730.4200.38214.665839.22
Hex2A5B9E492A026d73a27
Octal52133236111520463277247
Binary1010101011011100111101001001101010010011011010111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,91,158); }

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

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

 a { background-color: rgb(42,91,158); }

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

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

 span { border-color: rgb(42,91,158); }

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