Html Css Color HEX #29509D Endeavour

📋 copy color: '#29509D'

red 41 ◦ green 80 ◦ blue 157

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

Shades of Endeavour #29509D

Tints of Endeavour #29509D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 56.47%

R = 14.75%
G = 28.78%
B = 56.47%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29509D (or 0x29509D) is known color: Endeavour. HEX triplet: 29, 50 and 9D. RGB value is (41,80,157). Sum of RGB (Red+Green+Blue) = 41+80+157=278 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.75% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #29509D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29509D is #D6AF62. Grayscale: #4C4C4C. Windows color (decimal): -14069603 or 10309673. OLE color: 10309673.

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

Color convert

RGB 41 80 157 -
CMYK 0.74 0.49 0 0.38
HSL 219.83º 0.59% 0.39% -
HSV(B) 219.83º 0.74% 0.62% -
XYZ 9.87 8.64 33.05 -
YUV 77.12 173.08 102.24 -
System Red Green Blue C M Y K H S L
Decimal 41 80 157 0.74 0.49 0 0.38 219.83 0.59 0.39
Hex 29 50 9D 4A 31 0 26 DC 3B 27
Octal 51 120 235 112 61 0 46 334 73 47
Binary 101001 1010000 10011101 1001010 110001 0 100110 11011100 111011 100111

Color Harmonies of #29509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29509D

Black with #29509D

Text Example


Text Example

White with #29509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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