#29334D

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

Shades of Bunting #29334D

Tints of Bunting #29334D

Color information

#29334D (or 0x29334D) is unknown color: approx Bunting. HEX triplet: 29, 33 and 4D. RGB value is (41,51,77). Sum of RGB (Red+Green+Blue) = 41+51+77=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 77 - color contains mainly: blue. Hex color #29334D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29334D is #D6CCB2. Grayscale: #323232. Windows color (decimal): -14077107 or 5059369. OLE color: 5059369.

HSL color Cylindrical-coordinate representation of color #29334D: hue angle of 223.33º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #29334D is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB415177-
CMYK0.470.3400.70
HSL223.33º30.51%23.14%-
HSV(B)223.33º46.75%30.2%-
XYZ3.443.377.49-
YUV50.97142.69120.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.26%
GREEN value IS 51 (20.31% from 255) = 30.18%
BLUE value IS 77 (30.47% from 255) = 45.56%
R=24.26%
G=30.18%
B=45.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4151770.470.3400.70223.3330.5123.14
Hex29334D2F22046df1f17
Octal5163115574201063373727
Binary101001110011100110110111110001001000110110111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29334D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29334D; }

 p { color: rgb(41,51,77); }

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

<style>
 a { background-color: #29334D; }

 a { background-color: rgb(41,51,77); }

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

<style>
 span { border-color: #29334D; }

 span { border-color: rgb(41,51,77); }

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