#30405B

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

Shades of Madison #30405B

Tints of Madison #30405B

Color information

#30405B (or 0x30405B) is unknown color: approx Madison. HEX triplet: 30, 40 and 5B. RGB value is (48,64,91). Sum of RGB (Red+Green+Blue) = 48+64+91=203 (26% of max value = 765). Red value is 48 (19.14% from 255 or 23.65% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 91 (35.94% from 255 or 44.83% from 203); Max value from RGB is 91 - color contains mainly: blue. Hex color #30405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30405B is #CFBFA4. Grayscale: #3E3E3E. Windows color (decimal): -13615013 or 5980208. OLE color: 5980208.

HSL color Cylindrical-coordinate representation of color #30405B: hue angle of 217.67º 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 #30405B is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB486491-
CMYK0.470.3000.64
HSL217.67º30.94%27.25%-
HSV(B)217.67º47.25%35.69%-
XYZ4.945.0510.61-
YUV62.29144.2117.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.65%
GREEN value IS 64 (25.39% from 255) = 31.53%
BLUE value IS 91 (35.94% from 255) = 44.83%
R=23.65%
G=31.53%
B=44.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4864910.470.3000.64217.6730.9427.25
Hex30405B2F1E040da1f1b
Octal60100133573601003323733
Binary110000100000010110111011111111001000000110110101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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