Html Css Color HEX #313F51 Madison

📋 copy color: '#313F51'

red 49 ◦ green 63 ◦ blue 81

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

Shades of Madison #313F51

Tints of Madison #313F51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 41.97%

R = 25.39%
G = 32.64%
B = 41.97%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#313F51 (or 0x313F51) is known color: Madison. HEX triplet: 31, 3F and 51. RGB value is (49,63,81). Sum of RGB (Red+Green+Blue) = 49+63+81=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 81 - color contains mainly: blue. Hex color #313F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F51 is #CEC0AE. Grayscale: #3C3C3C. Windows color (decimal): -13549743 or 5324593. OLE color: 5324593.

HSL color Cylindrical-coordinate representation of color #313F51: hue angle of 213.75º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #313F51 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 63 81 -
CMYK 0.40 0.22 0 0.68
HSL 213.75º 0.25% 0.25% -
HSV(B) 213.75º 0.4% 0.32% -
XYZ 4.53 4.8 8.47 -
YUV 60.87 139.36 119.54 -
System Red Green Blue C M Y K H S L
Decimal 49 63 81 0.40 0.22 0 0.68 213.75 0.25 0.25
Hex 31 3F 51 28 16 0 44 D6 19 19
Octal 61 77 121 50 26 0 104 326 31 31
Binary 110001 111111 1010001 101000 10110 0 1000100 11010110 11001 11001

Color Harmonies of #313F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313F51

Black with #313F51

Text Example


Text Example

White with #313F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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