#293A53

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

Shades of Madison #293A53

Tints of Madison #293A53

Color information

#293A53 (or 0x293A53) is unknown color: approx Madison. HEX triplet: 29, 3A and 53. RGB value is (41,58,83). Sum of RGB (Red+Green+Blue) = 41+58+83=182 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.53% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #293A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293A53 is #D6C5AC. Grayscale: #373737. Windows color (decimal): -14075309 or 5454377. OLE color: 5454377.

HSL color Cylindrical-coordinate representation of color #293A53: hue angle of 215.71º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #293A53 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB415883-
CMYK0.510.3000.67
HSL215.71º33.87%24.31%-
HSV(B)215.71º50.6%32.55%-
XYZ3.994.128.77-
YUV55.77143.37117.47-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.53%
GREEN value IS 58 (23.05% from 255) = 31.87%
BLUE value IS 83 (32.81% from 255) = 45.60%
R=22.53%
G=31.87%
B=45.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4158830.510.3000.67215.7133.8724.31
Hex293A53331E043d82218
Octal5172123633601033304230
Binary101001111010101001111001111110010000111101100010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,58,83); }

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

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

 a { background-color: rgb(41,58,83); }

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

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

 span { border-color: rgb(41,58,83); }

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