#2A509F

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

Shades of Endeavour #2A509F

Tints of Endeavour #2A509F

Color information

#2A509F (or 0x2A509F) is unknown color: approx Endeavour. HEX triplet: 2A, 50 and 9F. RGB value is (42,80,159). Sum of RGB (Red+Green+Blue) = 42+80+159=281 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.95% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #2A509F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A509F is #D5AF60. Grayscale: #4D4D4D. Windows color (decimal): -14004065 or 10440746. OLE color: 10440746.

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

Color convert

RGB4280159-
CMYK0.740.5000.38
HSL220.51º58.21%39.41%-
HSV(B)220.51º73.58%62.35%-
XYZ10.088.7333.96-
YUV77.64173.91102.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.95%
GREEN value IS 80 (31.64% from 255) = 28.47%
BLUE value IS 159 (62.5% from 255) = 56.58%
R=14.95%
G=28.47%
B=56.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal42801590.740.5000.38220.5158.2139.41
Hex2A509F4A32026dd3a27
Octal52120237112620463357247
Binary1010101010000100111111001010110010010011011011101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A509F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,80,159); }

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

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

 a { background-color: rgb(42,80,159); }

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

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

 span { border-color: rgb(42,80,159); }

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