#304056

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

Shades of Madison #304056

Tints of Madison #304056

Color information

#304056 (or 0x304056) is unknown color: approx Madison. HEX triplet: 30, 40 and 56. RGB value is (48,64,86). Sum of RGB (Red+Green+Blue) = 48+64+86=198 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.24% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 86 - color contains mainly: blue. Hex color #304056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304056 is #CFBFA9. Grayscale: #3D3D3D. Windows color (decimal): -13615018 or 5652528. OLE color: 5652528.

HSL color Cylindrical-coordinate representation of color #304056: hue angle of 214.74º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #304056 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB486486-
CMYK0.440.2600.66
HSL214.74º28.36%26.27%-
HSV(B)214.74º44.19%33.73%-
XYZ4.734.979.51-
YUV61.72141.7118.21-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.24%
GREEN value IS 64 (25.39% from 255) = 32.32%
BLUE value IS 86 (33.98% from 255) = 43.43%
R=24.24%
G=32.32%
B=43.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4864860.440.2600.66214.7428.3626.27
Hex3040562C1A042d71c1a
Octal60100126543201023273432
Binary110000100000010101101011001101001000010110101111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304056; }

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

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

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

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

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

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

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

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