Html Css Color HEX #29528C Endeavour

📋 copy color: '#29528C'

red 41 ◦ green 82 ◦ blue 140

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

Shades of Endeavour #29528C

Tints of Endeavour #29528C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.18%

 BLUE value IS 140 (55.08% from 255) = 53.23%

R = 15.59%
G = 31.18%
B = 53.23%

CMYK

 C value IS 0.71

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29528C (or 0x29528C) is known color: Endeavour. HEX triplet: 29, 52 and 8C. RGB value is (41,82,140). Sum of RGB (Red+Green+Blue) = 41+82+140=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #29528C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29528C is #D6AD73. Grayscale: #4C4C4C. Windows color (decimal): -14069108 or 9196073. OLE color: 9196073.

HSL color Cylindrical-coordinate representation of color #29528C: hue angle of 215.15º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29528C is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 82 140 -
CMYK 0.71 0.41 0 0.45
HSL 215.15º 0.55% 0.35% -
HSV(B) 215.15º 0.71% 0.55% -
XYZ 8.67 8.4 25.98 -
YUV 76.35 163.92 102.78 -
System Red Green Blue C M Y K H S L
Decimal 41 82 140 0.71 0.41 0 0.45 215.15 0.55 0.35
Hex 29 52 8C 47 29 0 2D D7 37 23
Octal 51 122 214 107 51 0 55 327 67 43
Binary 101001 1010010 10001100 1000111 101001 0 101101 11010111 110111 100011

Color Harmonies of #29528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29528C

Black with #29528C

Text Example


Text Example

White with #29528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29528C; }

 p { color: rgb(41,82,140); }

 H1.HeaderClassName
 {
   color: #29528C;
 }
 .AnyTagClassName
 {
   color: #29528C;
 }
</style>

background-color css

<style>
 a { background-color: #29528C; }

 a { background-color: rgb(41,82,140); }

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

border-color css

<style>
 span { border-color: #29528C; }

 span { border-color: rgb(41,82,140); }

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