Html Css Color HEX #314159 Madison

📋 copy color: '#314159'

red 49 ◦ green 65 ◦ blue 89

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

Shades of Madison #314159

Tints of Madison #314159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 43.84%

R = 24.14%
G = 32.02%
B = 43.84%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#314159 (or 0x314159) is known color: Madison. HEX triplet: 31, 41 and 59. RGB value is (49,65,89). Sum of RGB (Red+Green+Blue) = 49+65+89=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 89 - color contains mainly: blue. Hex color #314159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314159 is #CEBEA6. Grayscale: #3E3E3E. Windows color (decimal): -13549223 or 5849393. OLE color: 5849393.

HSL color Cylindrical-coordinate representation of color #314159: hue angle of 216º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #314159 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 65 89 -
CMYK 0.45 0.27 0 0.65
HSL 216º 0.29% 0.27% -
HSV(B) 216º 0.45% 0.35% -
XYZ 4.96 5.15 10.18 -
YUV 62.95 142.7 118.05 -
System Red Green Blue C M Y K H S L
Decimal 49 65 89 0.45 0.27 0 0.65 216 0.29 0.27
Hex 31 41 59 2D 1B 0 41 D8 1D 1B
Octal 61 101 131 55 33 0 101 330 35 33
Binary 110001 1000001 1011001 101101 11011 0 1000001 11011000 11101 11011

Color Harmonies of #314159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314159

Black with #314159

Text Example


Text Example

White with #314159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314159; }

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

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

background-color css

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

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

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

border-color css

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

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

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