#29324E

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

Shades of Bunting #29324E

Tints of Bunting #29324E

Color information

#29324E (or 0x29324E) is unknown color: approx Bunting. HEX triplet: 29, 32 and 4E. RGB value is (41,50,78). Sum of RGB (Red+Green+Blue) = 41+50+78=169 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.26% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 78 (30.86% from 255 or 46.15% from 169); Max value from RGB is 78 - color contains mainly: blue. Hex color #29324E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29324E is #D6CDB1. Grayscale: #323232. Windows color (decimal): -14077362 or 5124649. OLE color: 5124649.

HSL color Cylindrical-coordinate representation of color #29324E: hue angle of 225.41º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #29324E is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB415078-
CMYK0.470.3600.69
HSL225.41º31.09%23.33%-
HSV(B)225.41º47.44%30.59%-
XYZ3.433.37.66-
YUV50.5143.52121.22-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.26%
GREEN value IS 50 (19.92% from 255) = 29.59%
BLUE value IS 78 (30.86% from 255) = 46.15%
R=24.26%
G=29.59%
B=46.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4150780.470.3600.69225.4131.0923.33
Hex29324E2F24045e11f17
Octal5162116574401053413727
Binary101001110010100111010111110010001000101111000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29324E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29324E; }

 p { color: rgb(41,50,78); }

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

<style>
 a { background-color: #29324E; }

 a { background-color: rgb(41,50,78); }

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

<style>
 span { border-color: #29324E; }

 span { border-color: rgb(41,50,78); }

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