Html Css Color HEX #314356 Madison

📋 copy color: '#314356'

red 49 ◦ green 67 ◦ blue 86

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

Shades of Madison #314356

Tints of Madison #314356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 42.57%

R = 24.26%
G = 33.17%
B = 42.57%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#314356 (or 0x314356) is known color: Madison. HEX triplet: 31, 43 and 56. RGB value is (49,67,86). Sum of RGB (Red+Green+Blue) = 49+67+86=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 86 (33.98% from 255 or 42.57% from 202); Max value from RGB is 86 - color contains mainly: blue. Hex color #314356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314356 is #CEBCA9. Grayscale: #3F3F3F. Windows color (decimal): -13548714 or 5653297. OLE color: 5653297.

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

Color convert

RGB 49 67 86 -
CMYK 0.43 0.22 0 0.66
HSL 210.81º 0.27% 0.26% -
HSV(B) 210.81º 0.43% 0.34% -
XYZ 4.95 5.34 9.57 -
YUV 63.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 49 67 86 0.43 0.22 0 0.66 210.81 0.27 0.26
Hex 31 43 56 2B 16 0 42 D3 1B 1A
Octal 61 103 126 53 26 0 102 323 33 32
Binary 110001 1000011 1010110 101011 10110 0 1000010 11010011 11011 11010

Color Harmonies of #314356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314356

Black with #314356

Text Example


Text Example

White with #314356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314356; }

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

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

background-color css

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

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

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

border-color css

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

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

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