#29354F

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

Shades of Bunting #29354F

Tints of Bunting #29354F

Color information

#29354F (or 0x29354F) is unknown color: approx Bunting. HEX triplet: 29, 35 and 4F. RGB value is (41,53,79). Sum of RGB (Red+Green+Blue) = 41+53+79=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 79 (31.25% from 255 or 45.66% from 173); Max value from RGB is 79 - color contains mainly: blue. Hex color #29354F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29354F is #D6CAB0. Grayscale: #343434. Windows color (decimal): -14076593 or 5190953. OLE color: 5190953.

HSL color Cylindrical-coordinate representation of color #29354F: hue angle of 221.05º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #29354F is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB415379-
CMYK0.480.3300.69
HSL221.05º31.67%23.53%-
HSV(B)221.05º48.1%30.98%-
XYZ3.63.587.9-
YUV52.38143.02119.89-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.70%
GREEN value IS 53 (21.09% from 255) = 30.64%
BLUE value IS 79 (31.25% from 255) = 45.66%
R=23.70%
G=30.64%
B=45.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4153790.480.3300.69221.0531.6723.53
Hex29354F3021045dd2018
Octal5165117604101053354030
Binary1010011101011001111110000100001010001011101110110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29354F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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