#29534C

Color #29534C Blue Dianne (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Dianne #29534C

Tints of Blue Dianne #29534C

Color information

#29534C (or 0x29534C) is unknown color: approx 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

RGB418376-
CMYK0.5100.080.67
HSL170º33.87%24.31%-
HSV(B)170º50.6%32.55%-
XYZ5.317.187.94-
YUV69.64131.59107.57-

RGB Variations

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

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 (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4183760.5100.080.6717033.8724.31
Hex29534C330843aa2218
Octal51123114630101032524230
Binary101001101001110011001100110100010000111010101010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>