Html Css Color HEX #29528E Endeavour

📋 copy color: '#29528E'

red 41 ◦ green 82 ◦ blue 142

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

Shades of Endeavour #29528E

Tints of Endeavour #29528E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 53.58%

R = 15.47%
G = 30.94%
B = 53.58%

CMYK

 C value IS 0.71

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#29528E (or 0x29528E) is known color: Endeavour. HEX triplet: 29, 52 and 8E. RGB value is (41,82,142). Sum of RGB (Red+Green+Blue) = 41+82+142=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #29528E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29528E is #D6AD71. Grayscale: #4C4C4C. Windows color (decimal): -14069106 or 9327145. OLE color: 9327145.

HSL color Cylindrical-coordinate representation of color #29528E: hue angle of 215.64º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29528E is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 82 142 -
CMYK 0.71 0.42 0 0.44
HSL 215.64º 0.55% 0.36% -
HSV(B) 215.64º 0.71% 0.56% -
XYZ 8.81 8.46 26.76 -
YUV 76.58 164.92 102.62 -
System Red Green Blue C M Y K H S L
Decimal 41 82 142 0.71 0.42 0 0.44 215.64 0.55 0.36
Hex 29 52 8E 47 2A 0 2C D8 37 24
Octal 51 122 216 107 52 0 54 330 67 44
Binary 101001 1010010 10001110 1000111 101010 0 101100 11011000 110111 100100

Color Harmonies of #29528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29528E

Black with #29528E

Text Example


Text Example

White with #29528E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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