#29534B

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

Shades of Blue Dianne #29534B

Tints of Blue Dianne #29534B

Color information

#29534B (or 0x29534B) is unknown color: approx Blue Dianne. HEX triplet: 29, 53 and 4B. RGB value is (41,83,75). Sum of RGB (Red+Green+Blue) = 41+83+75=199 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.60% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 83 - color contains mainly: green. Hex color #29534B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #29534B is #D6ACB4. Grayscale: #454545. Windows color (decimal): -14068917 or 4936489. OLE color: 4936489.

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

Color convert

RGB418375-
CMYK0.5100.100.67
HSL168.57º33.87%24.31%-
HSV(B)168.57º50.6%32.55%-
XYZ5.287.177.76-
YUV69.53131.09107.65-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.60%
GREEN value IS 83 (32.81% from 255) = 41.71%
BLUE value IS 75 (29.69% from 255) = 37.69%
R=20.60%
G=41.71%
B=37.69%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4183750.5100.100.67168.5733.8724.31
Hex29534B330A43a92218
Octal51123113630121032514230
Binary101001101001110010111100110101010000111010100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29534B; }

 p { color: rgb(41,83,75); }

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

<style>
 a { background-color: #29534B; }

 a { background-color: rgb(41,83,75); }

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

<style>
 span { border-color: #29534B; }

 span { border-color: rgb(41,83,75); }

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