#29544E

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

Shades of Blue Dianne #29544E

Tints of Blue Dianne #29544E

Color information

#29544E (or 0x29544E) is unknown color: approx Blue Dianne. HEX triplet: 29, 54 and 4E. RGB value is (41,84,78). Sum of RGB (Red+Green+Blue) = 41+84+78=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #29544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29544E is #D6ABB1. Grayscale: #464646. Windows color (decimal): -14068658 or 5133353. OLE color: 5133353.

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

Color convert

RGB418478-
CMYK0.5100.070.67
HSL171.63º34.4%24.51%-
HSV(B)171.63º51.19%32.94%-
XYZ5.467.368.34-
YUV70.46132.25106.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.20%
GREEN value IS 84 (33.20% from 255) = 41.38%
BLUE value IS 78 (30.86% from 255) = 38.42%
R=20.20%
G=41.38%
B=38.42%

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
Decimal4184780.5100.070.67171.6334.424.51
Hex29544E330743ac2219
Octal5112411663071032544231
Binary10100110101001001110110011011110000111010110010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29544E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29544E; }

 p { color: rgb(41,84,78); }

 H1.HeaderClassName
 {
   color: #29544E;
 }
 .AnyTagClassName
 {
   color: #29544E;
 }
</style>
background-color css

<style>
 a { background-color: #29544E; }

 a { background-color: rgb(41,84,78); }

 div.DivClassName
 {
   background-color: #29544E;
 }
 .BgClassName
 {
   background-color: #29544E;
 }
</style>
border-color css

<style>
 span { border-color: #29544E; }

 span { border-color: rgb(41,84,78); }

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