Html Css Color HEX #314357 Madison

📋 copy color: '#314357'

red 49 ◦ green 67 ◦ blue 87

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

Shades of Madison #314357

Tints of Madison #314357

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33%

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

R = 24.14%
G = 33%
B = 42.86%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#314357 (or 0x314357) is known color: Madison. HEX triplet: 31, 43 and 57. RGB value is (49,67,87). Sum of RGB (Red+Green+Blue) = 49+67+87=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 87 - color contains mainly: blue. Hex color #314357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314357 is #CEBCA8. Grayscale: #3F3F3F. Windows color (decimal): -13548713 or 5718833. OLE color: 5718833.

HSL color Cylindrical-coordinate representation of color #314357: hue angle of 211.58º 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 #314357 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 67 87 -
CMYK 0.44 0.23 0 0.66
HSL 211.58º 0.28% 0.27% -
HSV(B) 211.58º 0.44% 0.34% -
XYZ 4.99 5.36 9.79 -
YUV 63.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 49 67 87 0.44 0.23 0 0.66 211.58 0.28 0.27
Hex 31 43 57 2C 17 0 42 D4 1C 1B
Octal 61 103 127 54 27 0 102 324 34 33
Binary 110001 1000011 1010111 101100 10111 0 1000010 11010100 11100 11011

Color Harmonies of #314357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314357

Black with #314357

Text Example


Text Example

White with #314357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314357; }

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

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

background-color css

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

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

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

border-color css

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

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

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