Html Css Color HEX #313F50 Madison

📋 copy color: '#313F50'

red 49 ◦ green 63 ◦ blue 80

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

Shades of Madison #313F50

Tints of Madison #313F50

RGB

 RED value IS 49 (19.53% from 255) = 25.52%

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

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

R = 25.52%
G = 32.81%
B = 41.67%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#313F50 (or 0x313F50) is known color: Madison. HEX triplet: 31, 3F and 50. RGB value is (49,63,80). Sum of RGB (Red+Green+Blue) = 49+63+80=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #313F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F50 is #CEC0AF. Grayscale: #3C3C3C. Windows color (decimal): -13549744 or 5259057. OLE color: 5259057.

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

Color convert

RGB 49 63 80 -
CMYK 0.39 0.21 0 0.69
HSL 212.9º 0.24% 0.25% -
HSV(B) 212.9º 0.39% 0.31% -
XYZ 4.49 4.79 8.28 -
YUV 60.75 138.86 119.62 -
System Red Green Blue C M Y K H S L
Decimal 49 63 80 0.39 0.21 0 0.69 212.9 0.24 0.25
Hex 31 3F 50 27 15 0 45 D5 18 19
Octal 61 77 120 47 25 0 105 325 30 31
Binary 110001 111111 1010000 100111 10101 0 1000101 11010101 11000 11001

Color Harmonies of #313F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313F50

Black with #313F50

Text Example


Text Example

White with #313F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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