Html Css Color HEX #29509F Endeavour

📋 copy color: '#29509F'

red 41 ◦ green 80 ◦ blue 159

#29509F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #29509F

Tints of Endeavour #29509F

RGB

 RED value IS 41 (16.41% from 255) = 14.64%

 GREEN value IS 80 (31.64% from 255) = 28.57%

 BLUE value IS 159 (62.5% from 255) = 56.79%

R = 14.64%
G = 28.57%
B = 56.79%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29509F (or 0x29509F) is known color: Endeavour. HEX triplet: 29, 50 and 9F. RGB value is (41,80,159). Sum of RGB (Red+Green+Blue) = 41+80+159=280 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.64% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 159 (62.5% from 255 or 56.79% from 280); Max value from RGB is 159 - color contains mainly: blue. Hex color #29509F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29509F is #D6AF60. Grayscale: #4C4C4C. Windows color (decimal): -14069601 or 10440745. OLE color: 10440745.

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

Color convert

RGB 41 80 159 -
CMYK 0.74 0.50 0 0.38
HSL 220.17º 0.59% 0.39% -
HSV(B) 220.17º 0.74% 0.62% -
XYZ 10.04 8.71 33.95 -
YUV 77.35 174.08 102.08 -
System Red Green Blue C M Y K H S L
Decimal 41 80 159 0.74 0.50 0 0.38 220.17 0.59 0.39
Hex 29 50 9F 4A 32 0 26 DC 3B 27
Octal 51 120 237 112 62 0 46 334 73 47
Binary 101001 1010000 10011111 1001010 110010 0 100110 11011100 111011 100111

Color Harmonies of #29509F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29509F

Black with #29509F

Text Example


Text Example

White with #29509F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29509F; }

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

 H1.HeaderClassName
 {
   color: #29509F;
 }
 .AnyTagClassName
 {
   color: #29509F;
 }
</style>

background-color css

<style>
 a { background-color: #29509F; }

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

 div.DivClassName
 {
   background-color: #29509F;
 }
 .BgClassName
 {
   background-color: #29509F;
 }
</style>

border-color css

<style>
 span { border-color: #29509F; }

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

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