Html Css Color HEX #303F50 Madison

📋 copy color: '#303F50'

red 48 ◦ green 63 ◦ blue 80

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

Shades of Madison #303F50

Tints of Madison #303F50

RGB

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

 GREEN value IS 63 (25% from 255) = 32.98%

 BLUE value IS 80 (31.64% from 255) = 41.88%

R = 25.13%
G = 32.98%
B = 41.88%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#303F50 (or 0x303F50) is known color: Madison. HEX triplet: 30, 3F and 50. RGB value is (48,63,80). Sum of RGB (Red+Green+Blue) = 48+63+80=191 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25.13% from 191); Green value is 63 (25% from 255 or 32.98% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #303F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303F50 is #CFC0AF. Grayscale: #3C3C3C. Windows color (decimal): -13615280 or 5259056. OLE color: 5259056.

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

Color convert

RGB 48 63 80 -
CMYK 0.40 0.21 0 0.69
HSL 211.88º 0.25% 0.25% -
HSV(B) 211.88º 0.4% 0.31% -
XYZ 4.44 4.76 8.27 -
YUV 60.45 139.03 119.12 -
System Red Green Blue C M Y K H S L
Decimal 48 63 80 0.40 0.21 0 0.69 211.88 0.25 0.25
Hex 30 3F 50 28 15 0 45 D4 19 19
Octal 60 77 120 50 25 0 105 324 31 31
Binary 110000 111111 1010000 101000 10101 0 1000101 11010100 11001 11001

Color Harmonies of #303F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303F50

Black with #303F50

Text Example


Text Example

White with #303F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,63,80); }

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

background-color css

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

 a { background-color: rgb(48,63,80); }

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

border-color css

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

 span { border-color: rgb(48,63,80); }

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