#29344B

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

Shades of Bunting #29344B

Tints of Bunting #29344B

Color information

#29344B (or 0x29344B) is unknown color: approx Bunting. HEX triplet: 29, 34 and 4B. RGB value is (41,52,75). Sum of RGB (Red+Green+Blue) = 41+52+75=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 75 (29.69% from 255 or 44.64% from 168); Max value from RGB is 75 - color contains mainly: blue. Hex color #29344B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29344B is #D6CBB4. Grayscale: #333333. Windows color (decimal): -14076853 or 4928553. OLE color: 4928553.

HSL color Cylindrical-coordinate representation of color #29344B: hue angle of 220.59º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #29344B is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB415275-
CMYK0.450.3100.71
HSL220.59º29.31%22.75%-
HSV(B)220.59º45.33%29.41%-
XYZ3.413.447.14-
YUV51.33141.36120.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.40%
GREEN value IS 52 (20.70% from 255) = 30.95%
BLUE value IS 75 (29.69% from 255) = 44.64%
R=24.40%
G=30.95%
B=44.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4152750.450.3100.71220.5929.3122.75
Hex29344B2D1F047dd1d17
Octal5164113553701073353527
Binary10100111010010010111011011111101000111110111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29344B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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