#293B50

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

Shades of Madison #293B50

Tints of Madison #293B50

Color information

#293B50 (or 0x293B50) is unknown color: approx Madison. HEX triplet: 29, 3B and 50. RGB value is (41,59,80). Sum of RGB (Red+Green+Blue) = 41+59+80=180 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.78% from 180); Green value is 59 (23.44% from 255 or 32.78% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 80 - color contains mainly: blue. Hex color #293B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293B50 is #D6C4AF. Grayscale: #373737. Windows color (decimal): -14075056 or 5258025. OLE color: 5258025.

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

Color convert

RGB415980-
CMYK0.490.2600.69
HSL212.31º32.23%23.73%-
HSV(B)212.31º48.75%31.37%-
XYZ3.934.188.19-
YUV56.01141.54117.29-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.78%
GREEN value IS 59 (23.44% from 255) = 32.78%
BLUE value IS 80 (31.64% from 255) = 44.44%
R=22.78%
G=32.78%
B=44.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4159800.490.2600.69212.3132.2323.73
Hex293B50311A045d42018
Octal5173120613201053244030
Binary101001111011101000011000111010010001011101010010000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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