#29344F

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

Shades of Bunting #29344F

Tints of Bunting #29344F

Color information

#29344F (or 0x29344F) is unknown color: approx Bunting. HEX triplet: 29, 34 and 4F. RGB value is (41,52,79). Sum of RGB (Red+Green+Blue) = 41+52+79=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 79 (31.25% from 255 or 45.93% from 172); Max value from RGB is 79 - color contains mainly: blue. Hex color #29344F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29344F is #D6CBB0. Grayscale: #333333. Windows color (decimal): -14076849 or 5190697. OLE color: 5190697.

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

Color convert

RGB415279-
CMYK0.480.3400.69
HSL222.63º31.67%23.53%-
HSV(B)222.63º48.1%30.98%-
XYZ3.553.497.88-
YUV51.79143.36120.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.84%
GREEN value IS 52 (20.70% from 255) = 30.23%
BLUE value IS 79 (31.25% from 255) = 45.93%
R=23.84%
G=30.23%
B=45.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4152790.480.3400.69222.6331.6723.53
Hex29344F3022045df2018
Octal5164117604201053374030
Binary1010011101001001111110000100010010001011101111110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29344F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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