#293246

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

Shades of Bunting #293246

Tints of Bunting #293246

Color information

#293246 (or 0x293246) is unknown color: approx Bunting. HEX triplet: 29, 32 and 46. RGB value is (41,50,70). Sum of RGB (Red+Green+Blue) = 41+50+70=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 50 (19.92% from 255 or 31.06% from 161); Blue value is 70 (27.73% from 255 or 43.48% from 161); Max value from RGB is 70 - color contains mainly: blue. Hex color #293246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293246 is #D6CDB9. Grayscale: #313131. Windows color (decimal): -14077370 or 4600361. OLE color: 4600361.

HSL color Cylindrical-coordinate representation of color #293246: hue angle of 221.38º 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 #293246 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB415070-
CMYK0.410.2900.73
HSL221.38º26.13%21.76%-
HSV(B)221.38º41.43%27.45%-
XYZ3.163.196.24-
YUV49.59139.52121.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 25.47%
GREEN value IS 50 (19.92% from 255) = 31.06%
BLUE value IS 70 (27.73% from 255) = 43.48%
R=25.47%
G=31.06%
B=43.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4150700.410.2900.73221.3826.1321.76
Hex293246291D049dd1a16
Octal5162106513501113353226
Binary10100111001010001101010011110101001001110111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293246; }

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

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

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

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

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

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

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

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