#304254

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

Shades of Madison #304254

Tints of Madison #304254

Color information

#304254 (or 0x304254) is unknown color: approx Madison. HEX triplet: 30, 42 and 54. RGB value is (48,66,84). Sum of RGB (Red+Green+Blue) = 48+66+84=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 84 - color contains mainly: blue. Hex color #304254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304254 is #CFBDAB. Grayscale: #3E3E3E. Windows color (decimal): -13614508 or 5521968. OLE color: 5521968.

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

Color convert

RGB486684-
CMYK0.430.2100.67
HSL210º27.27%25.88%-
HSV(B)210º42.86%32.94%-
XYZ4.775.169.13-
YUV62.67140.04117.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.24%
GREEN value IS 66 (26.17% from 255) = 33.33%
BLUE value IS 84 (33.20% from 255) = 42.42%
R=24.24%
G=33.33%
B=42.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4866840.430.2100.6721027.2725.88
Hex3042542B15043d21b1a
Octal60102124532501033223332
Binary110000100001010101001010111010101000011110100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304254; }

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

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

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

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

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

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

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

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