#2A509D

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

Shades of Endeavour #2A509D

Tints of Endeavour #2A509D

Color information

#2A509D (or 0x2A509D) is unknown color: approx Endeavour. HEX triplet: 2A, 50 and 9D. RGB value is (42,80,157). Sum of RGB (Red+Green+Blue) = 42+80+157=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #2A509D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A509D is #D5AF62. Grayscale: #4D4D4D. Windows color (decimal): -14004067 or 10309674. OLE color: 10309674.

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

Color convert

RGB4280157-
CMYK0.730.4900.38
HSL220.17º57.79%39.02%-
HSV(B)220.17º73.25%61.57%-
XYZ9.918.6633.05-
YUV77.42172.91102.74-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.05%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 157 (61.72% from 255) = 56.27%
R=15.05%
G=28.67%
B=56.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal42801570.730.4900.38220.1757.7939.02
Hex2A509D4931026dc3a27
Octal52120235111610463347247
Binary1010101010000100111011001001110001010011011011100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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