#30435B

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

Shades of Madison #30435B

Tints of Madison #30435B

Color information

#30435B (or 0x30435B) is unknown color: approx Madison. HEX triplet: 30, 43 and 5B. RGB value is (48,67,91). Sum of RGB (Red+Green+Blue) = 48+67+91=206 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.30% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 91 - color contains mainly: blue. Hex color #30435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30435B is #CFBCA4. Grayscale: #3F3F3F. Windows color (decimal): -13614245 or 5980976. OLE color: 5980976.

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

Color convert

RGB486791-
CMYK0.470.2600.64
HSL213.49º30.94%27.25%-
HSV(B)213.49º47.25%35.69%-
XYZ5.115.410.67-
YUV64.05143.21116.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.30%
GREEN value IS 67 (26.56% from 255) = 32.52%
BLUE value IS 91 (35.94% from 255) = 44.17%
R=23.30%
G=32.52%
B=44.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4867910.470.2600.64213.4930.9427.25
Hex30435B2F1A040d51f1b
Octal60103133573201003253733
Binary110000100001110110111011111101001000000110101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30435B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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