#29354D

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

Shades of Bunting #29354D

Tints of Bunting #29354D

Color information

#29354D (or 0x29354D) is unknown color: approx Bunting. HEX triplet: 29, 35 and 4D. RGB value is (41,53,77). Sum of RGB (Red+Green+Blue) = 41+53+77=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 53 (21.09% from 255 or 30.99% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 77 - color contains mainly: blue. Hex color #29354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29354D is #D6CAB2. Grayscale: #343434. Windows color (decimal): -14076595 or 5059881. OLE color: 5059881.

HSL color Cylindrical-coordinate representation of color #29354D: hue angle of 220º 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 #29354D is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB415377-
CMYK0.470.3100.70
HSL220º30.51%23.14%-
HSV(B)220º46.75%30.2%-
XYZ3.533.557.52-
YUV52.15142.02120.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.98%
GREEN value IS 53 (21.09% from 255) = 30.99%
BLUE value IS 77 (30.47% from 255) = 45.03%
R=23.98%
G=30.99%
B=45.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4153770.470.3100.7022030.5123.14
Hex29354D2F1F046dc1f17
Octal5165115573701063343727
Binary10100111010110011011011111111101000110110111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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