Html Css Color HEX #314257 Madison

📋 copy color: '#314257'

red 49 ◦ green 66 ◦ blue 87

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

Shades of Madison #314257

Tints of Madison #314257

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.67%

 BLUE value IS 87 (34.38% from 255) = 43.07%

R = 24.26%
G = 32.67%
B = 43.07%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#314257 (or 0x314257) is known color: Madison. HEX triplet: 31, 42 and 57. RGB value is (49,66,87). Sum of RGB (Red+Green+Blue) = 49+66+87=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 87 (34.38% from 255 or 43.07% from 202); Max value from RGB is 87 - color contains mainly: blue. Hex color #314257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314257 is #CEBDA8. Grayscale: #3F3F3F. Windows color (decimal): -13548969 or 5718577. OLE color: 5718577.

HSL color Cylindrical-coordinate representation of color #314257: hue angle of 213.16º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #314257 is Cyan = 0.44, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 66 87 -
CMYK 0.44 0.24 0 0.66
HSL 213.16º 0.28% 0.27% -
HSV(B) 213.16º 0.44% 0.34% -
XYZ 4.94 5.24 9.77 -
YUV 63.31 141.37 117.79 -
System Red Green Blue C M Y K H S L
Decimal 49 66 87 0.44 0.24 0 0.66 213.16 0.28 0.27
Hex 31 42 57 2C 18 0 42 D5 1C 1B
Octal 61 102 127 54 30 0 102 325 34 33
Binary 110001 1000010 1010111 101100 11000 0 1000010 11010101 11100 11011

Color Harmonies of #314257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314257

Black with #314257

Text Example


Text Example

White with #314257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314257; }

 p { color: rgb(49,66,87); }

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

background-color css

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

 a { background-color: rgb(49,66,87); }

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

border-color css

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

 span { border-color: rgb(49,66,87); }

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