Html Css Color HEX #29528D Endeavour

📋 copy color: '#29528D'

red 41 ◦ green 82 ◦ blue 141

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

Shades of Endeavour #29528D

Tints of Endeavour #29528D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 53.41%

R = 15.53%
G = 31.06%
B = 53.41%

CMYK

 C value IS 0.71

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29528D (or 0x29528D) is known color: Endeavour. HEX triplet: 29, 52 and 8D. RGB value is (41,82,141). Sum of RGB (Red+Green+Blue) = 41+82+141=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #29528D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29528D is #D6AD72. Grayscale: #4C4C4C. Windows color (decimal): -14069107 or 9261609. OLE color: 9261609.

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

Color convert

RGB 41 82 141 -
CMYK 0.71 0.42 0 0.45
HSL 215.4º 0.55% 0.36% -
HSV(B) 215.4º 0.71% 0.55% -
XYZ 8.74 8.43 26.37 -
YUV 76.47 164.42 102.7 -
System Red Green Blue C M Y K H S L
Decimal 41 82 141 0.71 0.42 0 0.45 215.4 0.55 0.36
Hex 29 52 8D 47 2A 0 2D D7 37 24
Octal 51 122 215 107 52 0 55 327 67 44
Binary 101001 1010010 10001101 1000111 101010 0 101101 11010111 110111 100100

Color Harmonies of #29528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29528D

Black with #29528D

Text Example


Text Example

White with #29528D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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