Html Css Color HEX #29528A Endeavour

📋 copy color: '#29528A'

red 41 ◦ green 82 ◦ blue 138

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

Shades of Endeavour #29528A

Tints of Endeavour #29528A

RGB

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

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

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

R = 15.71%
G = 31.42%
B = 52.87%

CMYK

 C value IS 0.70

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#29528A (or 0x29528A) is known color: Endeavour. HEX triplet: 29, 52 and 8A. RGB value is (41,82,138). Sum of RGB (Red+Green+Blue) = 41+82+138=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 138 (54.30% from 255 or 52.87% from 261); Max value from RGB is 138 - color contains mainly: blue. Hex color #29528A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29528A is #D6AD75. Grayscale: #4B4B4B. Windows color (decimal): -14069110 or 9065001. OLE color: 9065001.

HSL color Cylindrical-coordinate representation of color #29528A: hue angle of 214.64º 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 #29528A is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 82 138 -
CMYK 0.70 0.41 0 0.46
HSL 214.64º 0.54% 0.35% -
HSV(B) 214.64º 0.7% 0.54% -
XYZ 8.52 8.34 25.21 -
YUV 76.13 162.92 102.95 -
System Red Green Blue C M Y K H S L
Decimal 41 82 138 0.70 0.41 0 0.46 214.64 0.54 0.35
Hex 29 52 8A 46 29 0 2E D7 36 23
Octal 51 122 212 106 51 0 56 327 66 43
Binary 101001 1010010 10001010 1000110 101001 0 101110 11010111 110110 100011

Color Harmonies of #29528A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29528A

Black with #29528A

Text Example


Text Example

White with #29528A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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