#293C50

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

Shades of Madison #293C50

Tints of Madison #293C50

Color information

#293C50 (or 0x293C50) is unknown color: approx Madison. HEX triplet: 29, 3C and 50. RGB value is (41,60,80). Sum of RGB (Red+Green+Blue) = 41+60+80=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 60 (23.83% from 255 or 33.15% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 80 - color contains mainly: blue. Hex color #293C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293C50 is #D6C3AF. Grayscale: #383838. Windows color (decimal): -14074800 or 5258281. OLE color: 5258281.

HSL color Cylindrical-coordinate representation of color #293C50: hue angle of 210.77º 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 #293C50 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB416080-
CMYK0.490.2500.69
HSL210.77º32.23%23.73%-
HSV(B)210.77º48.75%31.37%-
XYZ3.984.288.21-
YUV56.6141.21116.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.65%
GREEN value IS 60 (23.83% from 255) = 33.15%
BLUE value IS 80 (31.64% from 255) = 44.20%
R=22.65%
G=33.15%
B=44.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4160800.490.2500.69210.7732.2323.73
Hex293C503119045d32018
Octal5174120613101053234030
Binary101001111100101000011000111001010001011101001110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293C50; }

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

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

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

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

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

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

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

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