#29519E

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

Shades of Endeavour #29519E

Tints of Endeavour #29519E

Color information

#29519E (or 0x29519E) is unknown color: approx Endeavour. HEX triplet: 29, 51 and 9E. RGB value is (41,81,158). Sum of RGB (Red+Green+Blue) = 41+81+158=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 158 (62.11% from 255 or 56.43% from 280); Max value from RGB is 158 - color contains mainly: blue. Hex color #29519E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29519E is #D6AE61. Grayscale: #4D4D4D. Windows color (decimal): -14069346 or 10375465. OLE color: 10375465.

HSL color Cylindrical-coordinate representation of color #29519E: hue angle of 219.49º degrees, saturation: 0.59, 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 #29519E is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4181158-
CMYK0.740.4900.38
HSL219.49º58.79%39.02%-
HSV(B)219.49º74.05%61.96%-
XYZ10.038.8233.52-
YUV77.82173.25101.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.64%
GREEN value IS 81 (32.03% from 255) = 28.93%
BLUE value IS 158 (62.11% from 255) = 56.43%
R=14.64%
G=28.93%
B=56.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal41811580.740.4900.38219.4958.7939.02
Hex29519E4A31026db3b27
Octal51121236112610463337347
Binary1010011010001100111101001010110001010011011011011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29519E; }

 p { color: rgb(41,81,158); }

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

<style>
 a { background-color: #29519E; }

 a { background-color: rgb(41,81,158); }

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

<style>
 span { border-color: #29519E; }

 span { border-color: rgb(41,81,158); }

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