#30415B

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

Shades of Madison #30415B

Tints of Madison #30415B

Color information

#30415B (or 0x30415B) is unknown color: approx Madison. HEX triplet: 30, 41 and 5B. RGB value is (48,65,91). Sum of RGB (Red+Green+Blue) = 48+65+91=204 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.53% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 91 - color contains mainly: blue. Hex color #30415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30415B is #CFBEA4. Grayscale: #3E3E3E. Windows color (decimal): -13614757 or 5980464. OLE color: 5980464.

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

Color convert

RGB486591-
CMYK0.470.2900.64
HSL216.28º30.94%27.25%-
HSV(B)216.28º47.25%35.69%-
XYZ55.1610.63-
YUV62.88143.87117.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.53%
GREEN value IS 65 (25.78% from 255) = 31.86%
BLUE value IS 91 (35.94% from 255) = 44.61%
R=23.53%
G=31.86%
B=44.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4865910.470.2900.64216.2830.9427.25
Hex30415B2F1D040d81f1b
Octal60101133573501003303733
Binary110000100000110110111011111110101000000110110001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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