#29364F

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

Shades of Bunting #29364F

Tints of Bunting #29364F

Color information

#29364F (or 0x29364F) is unknown color: approx Bunting. HEX triplet: 29, 36 and 4F. RGB value is (41,54,79). Sum of RGB (Red+Green+Blue) = 41+54+79=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 79 (31.25% from 255 or 45.40% from 174); Max value from RGB is 79 - color contains mainly: blue. Hex color #29364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29364F is #D6C9B0. Grayscale: #343434. Windows color (decimal): -14076337 or 5191209. OLE color: 5191209.

HSL color Cylindrical-coordinate representation of color #29364F: hue angle of 219.47º 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 #29364F is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB415479-
CMYK0.480.3200.69
HSL219.47º31.67%23.53%-
HSV(B)219.47º48.1%30.98%-
XYZ3.643.677.91-
YUV52.96142.69119.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.56%
GREEN value IS 54 (21.48% from 255) = 31.03%
BLUE value IS 79 (31.25% from 255) = 45.40%
R=23.56%
G=31.03%
B=45.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4154790.480.3200.69219.4731.6723.53
Hex29364F3020045db2018
Octal5166117604001053334030
Binary1010011101101001111110000100000010001011101101110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29364F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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