Html Css Color HEX #29508A Endeavour

📋 copy color: '#29508A'

red 41 ◦ green 80 ◦ blue 138

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

Shades of Endeavour #29508A

Tints of Endeavour #29508A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 53.28%

R = 15.83%
G = 30.89%
B = 53.28%

CMYK

 C value IS 0.70

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#29508A (or 0x29508A) is known color: Endeavour. HEX triplet: 29, 50 and 8A. RGB value is (41,80,138). Sum of RGB (Red+Green+Blue) = 41+80+138=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #29508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29508A is #D6AF75. Grayscale: #4A4A4A. Windows color (decimal): -14069622 or 9064489. OLE color: 9064489.

HSL color Cylindrical-coordinate representation of color #29508A: hue angle of 215.88º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29508A is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 80 138 -
CMYK 0.70 0.42 0 0.46
HSL 215.88º 0.54% 0.35% -
HSV(B) 215.88º 0.7% 0.54% -
XYZ 8.37 8.04 25.16 -
YUV 74.95 163.58 103.78 -
System Red Green Blue C M Y K H S L
Decimal 41 80 138 0.70 0.42 0 0.46 215.88 0.54 0.35
Hex 29 50 8A 46 2A 0 2E D8 36 23
Octal 51 120 212 106 52 0 56 330 66 43
Binary 101001 1010000 10001010 1000110 101010 0 101110 11011000 110110 100011

Color Harmonies of #29508A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29508A

Black with #29508A

Text Example


Text Example

White with #29508A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29508A; }

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

 H1.HeaderClassName
 {
   color: #29508A;
 }
 .AnyTagClassName
 {
   color: #29508A;
 }
</style>

background-color css

<style>
 a { background-color: #29508A; }

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

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

border-color css

<style>
 span { border-color: #29508A; }

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

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