#293147

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

Shades of Bunting #293147

Tints of Bunting #293147

Color information

#293147 (or 0x293147) is unknown color: approx Bunting. HEX triplet: 29, 31 and 47. RGB value is (41,49,71). Sum of RGB (Red+Green+Blue) = 41+49+71=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 71 (28.12% from 255 or 44.10% from 161); Max value from RGB is 71 - color contains mainly: blue. Hex color #293147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293147 is #D6CEB8. Grayscale: #313131. Windows color (decimal): -14077625 or 4665641. OLE color: 4665641.

HSL color Cylindrical-coordinate representation of color #293147: hue angle of 224º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #293147 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB414971-
CMYK0.420.3100.72
HSL224º26.79%21.96%-
HSV(B)224º42.25%27.84%-
XYZ3.153.126.4-
YUV49.12140.35122.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.47%
GREEN value IS 49 (19.53% from 255) = 30.43%
BLUE value IS 71 (28.12% from 255) = 44.10%
R=25.47%
G=30.43%
B=44.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4149710.420.3100.7222426.7921.96
Hex2931472A1F048e01b16
Octal5161107523701103403326
Binary10100111000110001111010101111101001000111000001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293147; }

 p { color: rgb(41,49,71); }

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

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

 a { background-color: rgb(41,49,71); }

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

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

 span { border-color: rgb(41,49,71); }

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