Html Css Color HEX #29544D Blue Dianne

📋 copy color: '#29544D'

red 41 ◦ green 84 ◦ blue 77

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

Shades of Blue Dianne #29544D

Tints of Blue Dianne #29544D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.58%

 BLUE value IS 77 (30.47% from 255) = 38.12%

R = 20.3%
G = 41.58%
B = 38.12%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#29544D (or 0x29544D) is known color: Blue Dianne. HEX triplet: 29, 54 and 4D. RGB value is (41,84,77). Sum of RGB (Red+Green+Blue) = 41+84+77=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 84 - color contains mainly: green. Hex color #29544D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29544D is #D6ABB2. Grayscale: #464646. Windows color (decimal): -14068659 or 5067817. OLE color: 5067817.

HSL color Cylindrical-coordinate representation of color #29544D: hue angle of 170.23º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #29544D is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 84 77 -
CMYK 0.51 0 0.08 0.67
HSL 170.23º 0.34% 0.25% -
HSV(B) 170.23º 0.51% 0.33% -
XYZ 5.42 7.35 8.15 -
YUV 70.35 131.75 107.07 -
System Red Green Blue C M Y K H S L
Decimal 41 84 77 0.51 0 0.08 0.67 170.23 0.34 0.25
Hex 29 54 4D 33 0 8 43 AA 22 19
Octal 51 124 115 63 0 10 103 252 42 31
Binary 101001 1010100 1001101 110011 0 1000 1000011 10101010 100010 11001

Color Harmonies of #29544D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29544D

Black with #29544D

Text Example


Text Example

White with #29544D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,84,77); }

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

background-color css

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

 a { background-color: rgb(41,84,77); }

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

border-color css

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

 span { border-color: rgb(41,84,77); }

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