#2A5B9B

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

Shades of Endeavour #2A5B9B

Tints of Endeavour #2A5B9B

Color information

#2A5B9B (or 0x2A5B9B) is unknown color: approx Endeavour. HEX triplet: 2A, 5B and 9B. RGB value is (42,91,155). Sum of RGB (Red+Green+Blue) = 42+91+155=288 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.58% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A5B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5B9B is #D5A464. Grayscale: #535353. Windows color (decimal): -14001253 or 10181418. OLE color: 10181418.

HSL color Cylindrical-coordinate representation of color #2A5B9B: hue angle of 213.98º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A5B9B is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4291155-
CMYK0.730.4100.39
HSL213.98º57.36%38.63%-
HSV(B)213.98º72.9%60.78%-
XYZ10.6110.3432.45-
YUV83.64168.2798.3-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.58%
GREEN value IS 91 (35.94% from 255) = 31.60%
BLUE value IS 155 (60.94% from 255) = 53.82%
R=14.58%
G=31.60%
B=53.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42911550.730.4100.39213.9857.3638.63
Hex2A5B9B4929027d63927
Octal52133233111510473267147
Binary1010101011011100110111001001101001010011111010110111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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