Html Css Color HEX #303E4C Madison

📋 copy color: '#303E4C'

red 48 ◦ green 62 ◦ blue 76

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

Shades of Madison #303E4C

Tints of Madison #303E4C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 33.33%

 BLUE value IS 76 (30.08% from 255) = 40.86%

R = 25.81%
G = 33.33%
B = 40.86%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#303E4C (or 0x303E4C) is known color: Madison. HEX triplet: 30, 3E and 4C. RGB value is (48,62,76). Sum of RGB (Red+Green+Blue) = 48+62+76=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 62 (24.61% from 255 or 33.33% from 186); Blue value is 76 (30.08% from 255 or 40.86% from 186); Max value from RGB is 76 - color contains mainly: blue. Hex color #303E4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303E4C is #CFC1B3. Grayscale: #3B3B3B. Windows color (decimal): -13615540 or 4996656. OLE color: 4996656.

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

Color convert

RGB 48 62 76 -
CMYK 0.37 0.18 0 0.70
HSL 210º 0.23% 0.24% -
HSV(B) 210º 0.37% 0.3% -
XYZ 4.25 4.6 7.5 -
YUV 59.41 137.36 119.86 -
System Red Green Blue C M Y K H S L
Decimal 48 62 76 0.37 0.18 0 0.70 210 0.23 0.24
Hex 30 3E 4C 25 12 0 46 D2 17 18
Octal 60 76 114 45 22 0 106 322 27 30
Binary 110000 111110 1001100 100101 10010 0 1000110 11010010 10111 11000

Color Harmonies of #303E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303E4C

Black with #303E4C

Text Example


Text Example

White with #303E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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