Html Css Color HEX #303D4D Madison

📋 copy color: '#303D4D'

red 48 ◦ green 61 ◦ blue 77

#303D4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madison #303D4D

Tints of Madison #303D4D

RGB

 RED value IS 48 (19.14% from 255) = 25.81%

 GREEN value IS 61 (24.22% from 255) = 32.8%

 BLUE value IS 77 (30.47% from 255) = 41.4%

R = 25.81%
G = 32.8%
B = 41.4%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#303D4D (or 0x303D4D) is known color: Madison. HEX triplet: 30, 3D and 4D. RGB value is (48,61,77). Sum of RGB (Red+Green+Blue) = 48+61+77=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 61 (24.22% from 255 or 32.80% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 77 - color contains mainly: blue. Hex color #303D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303D4D is #CFC2B2. Grayscale: #3A3A3A. Windows color (decimal): -13615795 or 5061936. OLE color: 5061936.

HSL color Cylindrical-coordinate representation of color #303D4D: hue angle of 213.1º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #303D4D is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 61 77 -
CMYK 0.38 0.21 0 0.70
HSL 213.1º 0.23% 0.25% -
HSV(B) 213.1º 0.38% 0.3% -
XYZ 4.23 4.5 7.67 -
YUV 58.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 48 61 77 0.38 0.21 0 0.70 213.1 0.23 0.25
Hex 30 3D 4D 26 15 0 46 D5 17 19
Octal 60 75 115 46 25 0 106 325 27 31
Binary 110000 111101 1001101 100110 10101 0 1000110 11010101 10111 11001

Color Harmonies of #303D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303D4D

Black with #303D4D

Text Example


Text Example

White with #303D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #303D4D;
 }
 .AnyTagClassName
 {
   color: #303D4D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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