Html Css Color HEX #314054 Madison

📋 copy color: '#314054'

red 49 ◦ green 64 ◦ blue 84

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

Shades of Madison #314054

Tints of Madison #314054

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.49%

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

R = 24.87%
G = 32.49%
B = 42.64%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#314054 (or 0x314054) is known color: Madison. HEX triplet: 31, 40 and 54. RGB value is (49,64,84). Sum of RGB (Red+Green+Blue) = 49+64+84=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 84 - color contains mainly: blue. Hex color #314054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314054 is #CEBFAB. Grayscale: #3D3D3D. Windows color (decimal): -13549484 or 5521457. OLE color: 5521457.

HSL color Cylindrical-coordinate representation of color #314054: hue angle of 214.29º 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 #314054 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 64 84 -
CMYK 0.42 0.24 0 0.67
HSL 214.29º 0.26% 0.26% -
HSV(B) 214.29º 0.42% 0.33% -
XYZ 4.7 4.96 9.1 -
YUV 61.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 49 64 84 0.42 0.24 0 0.67 214.29 0.26 0.26
Hex 31 40 54 2A 18 0 43 D6 1A 1A
Octal 61 100 124 52 30 0 103 326 32 32
Binary 110001 1000000 1010100 101010 11000 0 1000011 11010110 11010 11010

Color Harmonies of #314054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314054

Black with #314054

Text Example


Text Example

White with #314054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314054; }

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

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

background-color css

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

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

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

border-color css

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

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

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