Html Css Color HEX #313E4E Madison

📋 copy color: '#313E4E'

red 49 ◦ green 62 ◦ blue 78

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

Shades of Madison #313E4E

Tints of Madison #313E4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 41.27%

R = 25.93%
G = 32.8%
B = 41.27%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#313E4E (or 0x313E4E) is known color: Madison. HEX triplet: 31, 3E and 4E. RGB value is (49,62,78). Sum of RGB (Red+Green+Blue) = 49+62+78=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 78 - color contains mainly: blue. Hex color #313E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313E4E is #CEC1B1. Grayscale: #3B3B3B. Windows color (decimal): -13550002 or 5127729. OLE color: 5127729.

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

Color convert

RGB 49 62 78 -
CMYK 0.37 0.21 0 0.69
HSL 213.1º 0.23% 0.25% -
HSV(B) 213.1º 0.37% 0.31% -
XYZ 4.36 4.65 7.87 -
YUV 59.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 49 62 78 0.37 0.21 0 0.69 213.1 0.23 0.25
Hex 31 3E 4E 25 15 0 45 D5 17 19
Octal 61 76 116 45 25 0 105 325 27 31
Binary 110001 111110 1001110 100101 10101 0 1000101 11010101 10111 11001

Color Harmonies of #313E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313E4E

Black with #313E4E

Text Example


Text Example

White with #313E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,62,78); }

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

background-color css

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

 a { background-color: rgb(49,62,78); }

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

border-color css

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

 span { border-color: rgb(49,62,78); }

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