Html Css Color HEX #29529A Endeavour

📋 copy color: '#29529A'

red 41 ◦ green 82 ◦ blue 154

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

Shades of Endeavour #29529A

Tints of Endeavour #29529A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 55.6%

R = 14.8%
G = 29.6%
B = 55.6%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#29529A (or 0x29529A) is known color: Endeavour. HEX triplet: 29, 52 and 9A. RGB value is (41,82,154). Sum of RGB (Red+Green+Blue) = 41+82+154=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 154 (60.55% from 255 or 55.60% from 277); Max value from RGB is 154 - color contains mainly: blue. Hex color #29529A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #29529A is #D6AD65. Grayscale: #4D4D4D. Windows color (decimal): -14069094 or 10113577. OLE color: 10113577.

HSL color Cylindrical-coordinate representation of color #29529A: hue angle of 218.23º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #29529A is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 41 82 154 -
CMYK 0.73 0.47 0 0.40
HSL 218.23º 0.58% 0.38% -
HSV(B) 218.23º 0.73% 0.6% -
XYZ 9.76 8.84 31.76 -
YUV 77.95 170.92 101.65 -
System Red Green Blue C M Y K H S L
Decimal 41 82 154 0.73 0.47 0 0.40 218.23 0.58 0.38
Hex 29 52 9A 49 2F 0 28 DA 3A 26
Octal 51 122 232 111 57 0 50 332 72 46
Binary 101001 1010010 10011010 1001001 101111 0 101000 11011010 111010 100110

Color Harmonies of #29529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29529A

Black with #29529A

Text Example


Text Example

White with #29529A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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