#304051

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

Shades of Madison #304051

Tints of Madison #304051

Color information

#304051 (or 0x304051) is unknown color: approx Madison. HEX triplet: 30, 40 and 51. RGB value is (48,64,81). Sum of RGB (Red+Green+Blue) = 48+64+81=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 81 - color contains mainly: blue. Hex color #304051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304051 is #CFBFAE. Grayscale: #3D3D3D. Windows color (decimal): -13615023 or 5324848. OLE color: 5324848.

HSL color Cylindrical-coordinate representation of color #304051: hue angle of 210.91º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #304051 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB486481-
CMYK0.410.2100.68
HSL210.91º25.58%25.29%-
HSV(B)210.91º40.74%31.76%-
XYZ4.544.898.49-
YUV61.15139.2118.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 64 (25.39% from 255) = 33.16%
BLUE value IS 81 (32.03% from 255) = 41.97%
R=24.87%
G=33.16%
B=41.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4864810.410.2100.68210.9125.5825.29
Hex3040512915044d31a19
Octal60100121512501043233231
Binary110000100000010100011010011010101000100110100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304051; }

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

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

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

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

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

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

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

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