#304354

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

Shades of Madison #304354

Tints of Madison #304354

Color information

#304354 (or 0x304354) is unknown color: approx Madison. HEX triplet: 30, 43 and 54. RGB value is (48,67,84). Sum of RGB (Red+Green+Blue) = 48+67+84=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 84 - color contains mainly: blue. Hex color #304354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304354 is #CFBCAB. Grayscale: #3F3F3F. Windows color (decimal): -13614252 or 5522224. OLE color: 5522224.

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

Color convert

RGB486784-
CMYK0.430.2000.67
HSL208.33º27.27%25.88%-
HSV(B)208.33º42.86%32.94%-
XYZ4.835.289.15-
YUV63.26139.71117.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 67 (26.56% from 255) = 33.67%
BLUE value IS 84 (33.20% from 255) = 42.21%
R=24.12%
G=33.67%
B=42.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4867840.430.2000.67208.3327.2725.88
Hex3043542B14043d01b1a
Octal60103124532401033203332
Binary110000100001110101001010111010001000011110100001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304354; }

 p { color: rgb(48,67,84); }

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

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

 a { background-color: rgb(48,67,84); }

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

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

 span { border-color: rgb(48,67,84); }

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