#293950

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

Shades of Madison #293950

Tints of Madison #293950

Color information

#293950 (or 0x293950) is unknown color: approx Madison. HEX triplet: 29, 39 and 50. RGB value is (41,57,80). Sum of RGB (Red+Green+Blue) = 41+57+80=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 80 - color contains mainly: blue. Hex color #293950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293950 is #D6C6AF. Grayscale: #363636. Windows color (decimal): -14075568 or 5257513. OLE color: 5257513.

HSL color Cylindrical-coordinate representation of color #293950: hue angle of 215.38º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #293950 is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB415780-
CMYK0.490.2900.69
HSL215.38º32.23%23.73%-
HSV(B)215.38º48.75%31.37%-
XYZ3.833.988.16-
YUV54.84142.2118.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.03%
GREEN value IS 57 (22.66% from 255) = 32.02%
BLUE value IS 80 (31.64% from 255) = 44.94%
R=23.03%
G=32.02%
B=44.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4157800.490.2900.69215.3832.2323.73
Hex293950311D045d72018
Octal5171120613501053274030
Binary101001111001101000011000111101010001011101011110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293950; }

 p { color: rgb(41,57,80); }

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

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

 a { background-color: rgb(41,57,80); }

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

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

 span { border-color: rgb(41,57,80); }

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