Html Css Color HEX #314153 Madison

📋 copy color: '#314153'

red 49 ◦ green 65 ◦ blue 83

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

Shades of Madison #314153

Tints of Madison #314153

RGB

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

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

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

R = 24.87%
G = 32.99%
B = 42.13%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#314153 (or 0x314153) is known color: Madison. HEX triplet: 31, 41 and 53. RGB value is (49,65,83). Sum of RGB (Red+Green+Blue) = 49+65+83=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #314153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314153 is #CEBEAC. Grayscale: #3E3E3E. Windows color (decimal): -13549229 or 5456177. OLE color: 5456177.

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

Color convert

RGB 49 65 83 -
CMYK 0.41 0.22 0 0.67
HSL 211.76º 0.26% 0.26% -
HSV(B) 211.76º 0.41% 0.33% -
XYZ 4.72 5.06 8.91 -
YUV 62.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 49 65 83 0.41 0.22 0 0.67 211.76 0.26 0.26
Hex 31 41 53 29 16 0 43 D4 1A 1A
Octal 61 101 123 51 26 0 103 324 32 32
Binary 110001 1000001 1010011 101001 10110 0 1000011 11010100 11010 11010

Color Harmonies of #314153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314153

Black with #314153

Text Example


Text Example

White with #314153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314153; }

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

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

background-color css

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

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

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

border-color css

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

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

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