#304253

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

Shades of Madison #304253

Tints of Madison #304253

Color information

#304253 (or 0x304253) is unknown color: approx Madison. HEX triplet: 30, 42 and 53. RGB value is (48,66,83). Sum of RGB (Red+Green+Blue) = 48+66+83=197 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.37% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #304253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304253 is #CFBDAC. Grayscale: #3E3E3E. Windows color (decimal): -13614509 or 5456432. OLE color: 5456432.

HSL color Cylindrical-coordinate representation of color #304253: hue angle of 209.14º 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 #304253 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB486683-
CMYK0.420.2000.67
HSL209.14º26.72%25.69%-
HSV(B)209.14º42.17%32.55%-
XYZ4.735.158.93-
YUV62.56139.54117.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.37%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 83 (32.81% from 255) = 42.13%
R=24.37%
G=33.50%
B=42.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4866830.420.2000.67209.1426.7225.69
Hex3042532A14043d11b1a
Octal60102123522401033213332
Binary110000100001010100111010101010001000011110100011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304253; }

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

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

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

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

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

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

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

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