Html Css Color HEX #314053 Madison

📋 copy color: '#314053'

red 49 ◦ green 64 ◦ blue 83

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

Shades of Madison #314053

Tints of Madison #314053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 42.35%

R = 25%
G = 32.65%
B = 42.35%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#314053 (or 0x314053) is known color: Madison. HEX triplet: 31, 40 and 53. RGB value is (49,64,83). Sum of RGB (Red+Green+Blue) = 49+64+83=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #314053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314053 is #CEBFAC. Grayscale: #3D3D3D. Windows color (decimal): -13549485 or 5455921. OLE color: 5455921.

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

Color convert

RGB 49 64 83 -
CMYK 0.41 0.23 0 0.67
HSL 213.53º 0.26% 0.26% -
HSV(B) 213.53º 0.41% 0.33% -
XYZ 4.66 4.94 8.89 -
YUV 61.68 140.03 118.96 -
System Red Green Blue C M Y K H S L
Decimal 49 64 83 0.41 0.23 0 0.67 213.53 0.26 0.26
Hex 31 40 53 29 17 0 43 D6 1A 1A
Octal 61 100 123 51 27 0 103 326 32 32
Binary 110001 1000000 1010011 101001 10111 0 1000011 11010110 11010 11010

Color Harmonies of #314053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314053

Black with #314053

Text Example


Text Example

White with #314053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314053; }

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

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

background-color css

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

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

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

border-color css

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

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

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