Html Css Color HEX #314154 Madison

📋 copy color: '#314154'

red 49 ◦ green 65 ◦ blue 84

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

Shades of Madison #314154

Tints of Madison #314154

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.83%

 BLUE value IS 84 (33.2% from 255) = 42.42%

R = 24.75%
G = 32.83%
B = 42.42%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#314154 (or 0x314154) is known color: Madison. HEX triplet: 31, 41 and 54. RGB value is (49,65,84). Sum of RGB (Red+Green+Blue) = 49+65+84=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 84 - color contains mainly: blue. Hex color #314154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314154 is #CEBEAB. Grayscale: #3E3E3E. Windows color (decimal): -13549228 or 5521713. OLE color: 5521713.

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

Color convert

RGB 49 65 84 -
CMYK 0.42 0.23 0 0.67
HSL 212.57º 0.26% 0.26% -
HSV(B) 212.57º 0.42% 0.33% -
XYZ 4.76 5.07 9.12 -
YUV 62.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 49 65 84 0.42 0.23 0 0.67 212.57 0.26 0.26
Hex 31 41 54 2A 17 0 43 D5 1A 1A
Octal 61 101 124 52 27 0 103 325 32 32
Binary 110001 1000001 1010100 101010 10111 0 1000011 11010101 11010 11010

Color Harmonies of #314154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314154

Black with #314154

Text Example


Text Example

White with #314154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314154; }

 p { color: rgb(49,65,84); }

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

background-color css

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

 a { background-color: rgb(49,65,84); }

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

border-color css

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

 span { border-color: rgb(49,65,84); }

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