#303E4E

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

Shades of Madison #303E4E

Tints of Madison #303E4E

Color information

#303E4E (or 0x303E4E) is unknown color: approx Madison. HEX triplet: 30, 3E and 4E. RGB value is (48,62,78). Sum of RGB (Red+Green+Blue) = 48+62+78=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 62 (24.61% from 255 or 32.98% from 188); Blue value is 78 (30.86% from 255 or 41.49% from 188); Max value from RGB is 78 - color contains mainly: blue. Hex color #303E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303E4E is #CFC1B1. Grayscale: #3B3B3B. Windows color (decimal): -13615538 or 5127728. OLE color: 5127728.

HSL color Cylindrical-coordinate representation of color #303E4E: hue angle of 212º 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 #303E4E is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB486278-
CMYK0.380.2100.69
HSL212º23.81%24.71%-
HSV(B)212º38.46%30.59%-
XYZ4.324.627.87-
YUV59.64138.36119.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.53%
GREEN value IS 62 (24.61% from 255) = 32.98%
BLUE value IS 78 (30.86% from 255) = 41.49%
R=25.53%
G=32.98%
B=41.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4862780.380.2100.6921223.8124.71
Hex303E4E2615045d41819
Octal6076116462501053243031
Binary11000011111010011101001101010101000101110101001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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