#29534D

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

Shades of Blue Dianne #29534D

Tints of Blue Dianne #29534D

Color information

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

RGB418377-
CMYK0.5100.070.67
HSL171.43º33.87%24.31%-
HSV(B)171.43º50.6%32.55%-
XYZ5.357.198.13-
YUV69.76132.09107.49-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.40%
GREEN value IS 83 (32.81% from 255) = 41.29%
BLUE value IS 77 (30.47% from 255) = 38.31%
R=20.40%
G=41.29%
B=38.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4183770.5100.070.67171.4333.8724.31
Hex29534D330743ab2218
Octal5112311563071032534230
Binary10100110100111001101110011011110000111010101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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