#293146

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

Shades of Bunting #293146

Tints of Bunting #293146

Color information

#293146 (or 0x293146) is unknown color: approx Bunting. HEX triplet: 29, 31 and 46. RGB value is (41,49,70). Sum of RGB (Red+Green+Blue) = 41+49+70=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 70 (27.73% from 255 or 43.75% from 160); Max value from RGB is 70 - color contains mainly: blue. Hex color #293146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293146 is #D6CEB9. Grayscale: #303030. Windows color (decimal): -14077626 or 4600105. OLE color: 4600105.

HSL color Cylindrical-coordinate representation of color #293146: hue angle of 223.45º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #293146 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB414970-
CMYK0.410.3000.73
HSL223.45º26.13%21.76%-
HSV(B)223.45º41.43%27.45%-
XYZ3.123.116.23-
YUV49139.85122.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.62%
GREEN value IS 49 (19.53% from 255) = 30.62%
BLUE value IS 70 (27.73% from 255) = 43.75%
R=25.62%
G=30.62%
B=43.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4149700.410.3000.73223.4526.1321.76
Hex293146291E049df1a16
Octal5161106513601113373226
Binary10100111000110001101010011111001001001110111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293146; }

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

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

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

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

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

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

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

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