#293B53

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

Shades of Madison #293B53

Tints of Madison #293B53

Color information

#293B53 (or 0x293B53) is unknown color: approx Madison. HEX triplet: 29, 3B and 53. RGB value is (41,59,83). Sum of RGB (Red+Green+Blue) = 41+59+83=183 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.40% from 183); Green value is 59 (23.44% from 255 or 32.24% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #293B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293B53 is #D6C4AC. Grayscale: #383838. Windows color (decimal): -14075053 or 5454633. OLE color: 5454633.

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

Color convert

RGB415983-
CMYK0.510.2900.67
HSL214.29º33.87%24.31%-
HSV(B)214.29º50.6%32.55%-
XYZ4.044.228.79-
YUV56.35143.04117.05-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.40%
GREEN value IS 59 (23.44% from 255) = 32.24%
BLUE value IS 83 (32.81% from 255) = 45.36%
R=22.40%
G=32.24%
B=45.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4159830.510.2900.67214.2933.8724.31
Hex293B53331D043d62218
Octal5173123633501033264230
Binary101001111011101001111001111101010000111101011010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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