Html Css Color HEX #313F53 Madison

📋 copy color: '#313F53'

red 49 ◦ green 63 ◦ blue 83

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

Shades of Madison #313F53

Tints of Madison #313F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 42.56%

R = 25.13%
G = 32.31%
B = 42.56%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#313F53 (or 0x313F53) is known color: Madison. HEX triplet: 31, 3F and 53. RGB value is (49,63,83). Sum of RGB (Red+Green+Blue) = 49+63+83=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #313F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313F53 is #CEC0AC. Grayscale: #3C3C3C. Windows color (decimal): -13549741 or 5455665. OLE color: 5455665.

HSL color Cylindrical-coordinate representation of color #313F53: hue angle of 215.29º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #313F53 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 63 83 -
CMYK 0.41 0.24 0 0.67
HSL 215.29º 0.26% 0.26% -
HSV(B) 215.29º 0.41% 0.33% -
XYZ 4.61 4.83 8.87 -
YUV 61.09 140.36 119.37 -
System Red Green Blue C M Y K H S L
Decimal 49 63 83 0.41 0.24 0 0.67 215.29 0.26 0.26
Hex 31 3F 53 29 18 0 43 D7 1A 1A
Octal 61 77 123 51 30 0 103 327 32 32
Binary 110001 111111 1010011 101001 11000 0 1000011 11010111 11010 11010

Color Harmonies of #313F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313F53

Black with #313F53

Text Example


Text Example

White with #313F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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