#29544D

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

Shades of Blue Dianne #29544D

Tints of Blue Dianne #29544D

Color information

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

RGB418477-
CMYK0.5100.080.67
HSL170.23º34.4%24.51%-
HSV(B)170.23º51.19%32.94%-
XYZ5.427.358.15-
YUV70.34131.75107.07-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.30%
GREEN value IS 84 (33.20% from 255) = 41.58%
BLUE value IS 77 (30.47% from 255) = 38.12%
R=20.30%
G=41.58%
B=38.12%

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
Decimal4184770.5100.080.67170.2334.424.51
Hex29544D330843aa2219
Octal51124115630101032524231
Binary101001101010010011011100110100010000111010101010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29544D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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