#293D53

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

Shades of Madison #293D53

Tints of Madison #293D53

Color information

#293D53 (or 0x293D53) is unknown color: approx Madison. HEX triplet: 29, 3D and 53. RGB value is (41,61,83). Sum of RGB (Red+Green+Blue) = 41+61+83=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 83 (32.81% from 255 or 44.86% from 185); Max value from RGB is 83 - color contains mainly: blue. Hex color #293D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293D53 is #D6C2AC. Grayscale: #393939. Windows color (decimal): -14074541 or 5455145. OLE color: 5455145.

HSL color Cylindrical-coordinate representation of color #293D53: hue angle of 211.43º 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 #293D53 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB416183-
CMYK0.510.2700.67
HSL211.43º33.87%24.31%-
HSV(B)211.43º50.6%32.55%-
XYZ4.144.438.82-
YUV57.53142.37116.21-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.16%
GREEN value IS 61 (24.22% from 255) = 32.97%
BLUE value IS 83 (32.81% from 255) = 44.86%
R=22.16%
G=32.97%
B=44.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4161830.510.2700.67211.4333.8724.31
Hex293D53331B043d32218
Octal5175123633301033234230
Binary101001111101101001111001111011010000111101001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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