Html Css Color HEX #29529F Endeavour

📋 copy color: '#29529F'

red 41 ◦ green 82 ◦ blue 159

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

Shades of Endeavour #29529F

Tints of Endeavour #29529F

RGB

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

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

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

R = 14.54%
G = 29.08%
B = 56.38%

CMYK

 C value IS 0.74

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29529F (or 0x29529F) is known color: Endeavour. HEX triplet: 29, 52 and 9F. RGB value is (41,82,159). Sum of RGB (Red+Green+Blue) = 41+82+159=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #29529F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29529F is #D6AD60. Grayscale: #4E4E4E. Windows color (decimal): -14069089 or 10441257. OLE color: 10441257.

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

Color convert

RGB 41 82 159 -
CMYK 0.74 0.48 0 0.38
HSL 219.15º 0.59% 0.39% -
HSV(B) 219.15º 0.74% 0.62% -
XYZ 10.19 9.01 34 -
YUV 78.52 173.42 101.24 -
System Red Green Blue C M Y K H S L
Decimal 41 82 159 0.74 0.48 0 0.38 219.15 0.59 0.39
Hex 29 52 9F 4A 30 0 26 DB 3B 27
Octal 51 122 237 112 60 0 46 333 73 47
Binary 101001 1010010 10011111 1001010 110000 0 100110 11011011 111011 100111

Color Harmonies of #29529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29529F

Black with #29529F

Text Example


Text Example

White with #29529F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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