#29554E

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

Shades of Blue Dianne #29554E

Tints of Blue Dianne #29554E

Color information

#29554E (or 0x29554E) is unknown color: approx Blue Dianne. HEX triplet: 29, 55 and 4E. RGB value is (41,85,78). Sum of RGB (Red+Green+Blue) = 41+85+78=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 78 (30.86% from 255 or 38.24% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #29554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29554E is #D6AAB1. Grayscale: #474747. Windows color (decimal): -14068402 or 5133609. OLE color: 5133609.

HSL color Cylindrical-coordinate representation of color #29554E: hue angle of 170.45º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #29554E is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB418578-
CMYK0.5200.080.67
HSL170.45º34.92%24.71%-
HSV(B)170.45º51.76%33.33%-
XYZ5.547.528.37-
YUV71.05131.92106.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.10%
GREEN value IS 85 (33.59% from 255) = 41.67%
BLUE value IS 78 (30.86% from 255) = 38.24%
R=20.10%
G=41.67%
B=38.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4185780.5200.080.67170.4534.9224.71
Hex29554E340843aa2319
Octal51125116640101032524331
Binary101001101010110011101101000100010000111010101010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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