Html Css Color HEX #29534C Blue Dianne

📋 copy color: '#29534C'

red 41 ◦ green 83 ◦ blue 76

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

Shades of Blue Dianne #29534C

Tints of Blue Dianne #29534C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 38%

R = 20.5%
G = 41.5%
B = 38%

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

#29534C (or 0x29534C) is known color: Blue Dianne. HEX triplet: 29, 53 and 4C. RGB value is (41,83,76). Sum of RGB (Red+Green+Blue) = 41+83+76=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #29534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29534C is #D6ACB3. Grayscale: #454545. Windows color (decimal): -14068916 or 5002025. OLE color: 5002025.

HSL color Cylindrical-coordinate representation of color #29534C: hue angle of 170º 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 #29534C is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 41 83 76 -
CMYK 0.51 0 0.08 0.67
HSL 170º 0.34% 0.24% -
HSV(B) 170º 0.51% 0.33% -
XYZ 5.31 7.18 7.94 -
YUV 69.64 131.59 107.57 -
System Red Green Blue C M Y K H S L
Decimal 41 83 76 0.51 0 0.08 0.67 170 0.34 0.24
Hex 29 53 4C 33 0 8 43 AA 22 18
Octal 51 123 114 63 0 10 103 252 42 30
Binary 101001 1010011 1001100 110011 0 1000 1000011 10101010 100010 11000

Color Harmonies of #29534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29534C

Black with #29534C

Text Example


Text Example

White with #29534C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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