#303D4E

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

Shades of Madison #303D4E

Tints of Madison #303D4E

Color information

#303D4E (or 0x303D4E) is unknown color: approx Madison. HEX triplet: 30, 3D and 4E. RGB value is (48,61,78). Sum of RGB (Red+Green+Blue) = 48+61+78=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 78 - color contains mainly: blue. Hex color #303D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D4E is #CFC2B1. Grayscale: #3A3A3A. Windows color (decimal): -13615794 or 5127472. OLE color: 5127472.

HSL color Cylindrical-coordinate representation of color #303D4E: hue angle of 214º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #303D4E is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB486178-
CMYK0.380.2200.69
HSL214º23.81%24.71%-
HSV(B)214º38.46%30.59%-
XYZ4.264.527.85-
YUV59.05138.69120.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.67%
GREEN value IS 61 (24.22% from 255) = 32.62%
BLUE value IS 78 (30.86% from 255) = 41.71%
R=25.67%
G=32.62%
B=41.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4861780.380.2200.6921423.8124.71
Hex303D4E2616045d61819
Octal6075116462601053263031
Binary11000011110110011101001101011001000101110101101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303D4E; }

 p { color: rgb(48,61,78); }

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

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

 a { background-color: rgb(48,61,78); }

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

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

 span { border-color: rgb(48,61,78); }

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