#2A529B

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

Shades of Endeavour #2A529B

Tints of Endeavour #2A529B

Color information

#2A529B (or 0x2A529B) is unknown color: approx Endeavour. HEX triplet: 2A, 52 and 9B. RGB value is (42,82,155). Sum of RGB (Red+Green+Blue) = 42+82+155=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A529B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A529B is #D5AD64. Grayscale: #4E4E4E. Windows color (decimal): -14003557 or 10179114. OLE color: 10179114.

HSL color Cylindrical-coordinate representation of color #2A529B: hue angle of 218.76º 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 #2A529B is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4282155-
CMYK0.730.4700.39
HSL218.76º57.36%38.63%-
HSV(B)218.76º72.9%60.78%-
XYZ9.898.8932.21-
YUV78.36171.25102.06-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.05%
GREEN value IS 82 (32.42% from 255) = 29.39%
BLUE value IS 155 (60.94% from 255) = 55.56%
R=15.05%
G=29.39%
B=55.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal42821550.730.4700.39218.7657.3638.63
Hex2A529B492F027db3927
Octal52122233111570473337147
Binary1010101010010100110111001001101111010011111011011111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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