#304053

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

Shades of Madison #304053

Tints of Madison #304053

Color information

#304053 (or 0x304053) is unknown color: approx Madison. HEX triplet: 30, 40 and 53. RGB value is (48,64,83). Sum of RGB (Red+Green+Blue) = 48+64+83=195 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.62% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #304053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304053 is #CFBFAC. Grayscale: #3D3D3D. Windows color (decimal): -13615021 or 5455920. OLE color: 5455920.

HSL color Cylindrical-coordinate representation of color #304053: hue angle of 212.57º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #304053 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB486483-
CMYK0.420.2300.67
HSL212.57º26.72%25.69%-
HSV(B)212.57º42.17%32.55%-
XYZ4.614.928.89-
YUV61.38140.2118.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.62%
GREEN value IS 64 (25.39% from 255) = 32.82%
BLUE value IS 83 (32.81% from 255) = 42.56%
R=24.62%
G=32.82%
B=42.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4864830.420.2300.67212.5726.7225.69
Hex3040532A17043d51b1a
Octal60100123522701033253332
Binary110000100000010100111010101011101000011110101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304053; }

 p { color: rgb(48,64,83); }

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

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

 a { background-color: rgb(48,64,83); }

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

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

 span { border-color: rgb(48,64,83); }

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