Html Css Color HEX #29534D Blue Dianne

📋 copy color: '#29534D'

red 41 ◦ green 83 ◦ blue 77

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

Shades of Blue Dianne #29534D

Tints of Blue Dianne #29534D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.29%

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

R = 20.4%
G = 41.29%
B = 38.31%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#29534D (or 0x29534D) is known color: Blue Dianne. HEX triplet: 29, 53 and 4D. RGB value is (41,83,77). Sum of RGB (Red+Green+Blue) = 41+83+77=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 83 - color contains mainly: green. Hex color #29534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29534D is #D6ACB2. Grayscale: #454545. Windows color (decimal): -14068915 or 5067561. OLE color: 5067561.

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

Color convert

RGB 41 83 77 -
CMYK 0.51 0 0.07 0.67
HSL 171.43º 0.34% 0.24% -
HSV(B) 171.43º 0.51% 0.33% -
XYZ 5.35 7.19 8.13 -
YUV 69.76 132.09 107.49 -
System Red Green Blue C M Y K H S L
Decimal 41 83 77 0.51 0 0.07 0.67 171.43 0.34 0.24
Hex 29 53 4D 33 0 7 43 AB 22 18
Octal 51 123 115 63 0 7 103 253 42 30
Binary 101001 1010011 1001101 110011 0 111 1000011 10101011 100010 11000

Color Harmonies of #29534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29534D

Black with #29534D

Text Example


Text Example

White with #29534D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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