#30415C

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

Shades of Madison #30415C

Tints of Madison #30415C

Color information

#30415C (or 0x30415C) is unknown color: approx Madison. HEX triplet: 30, 41 and 5C. RGB value is (48,65,92). Sum of RGB (Red+Green+Blue) = 48+65+92=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 92 - color contains mainly: blue. Hex color #30415C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30415C is #CFBEA3. Grayscale: #3E3E3E. Windows color (decimal): -13614756 or 6046000. OLE color: 6046000.

HSL color Cylindrical-coordinate representation of color #30415C: hue angle of 216.82º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30415C is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB486592-
CMYK0.480.2900.64
HSL216.82º31.43%27.45%-
HSV(B)216.82º47.83%36.08%-
XYZ5.045.1810.86-
YUV63144.37117.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.41%
GREEN value IS 65 (25.78% from 255) = 31.71%
BLUE value IS 92 (36.33% from 255) = 44.88%
R=23.41%
G=31.71%
B=44.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4865920.480.2900.64216.8231.4327.45
Hex30415C301D040d91f1b
Octal60101134603501003313733
Binary110000100000110111001100001110101000000110110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30415C; }

 p { color: rgb(48,65,92); }

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

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

 a { background-color: rgb(48,65,92); }

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

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

 span { border-color: rgb(48,65,92); }

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