Html Css Color HEX #314359 Madison

📋 copy color: '#314359'

red 49 ◦ green 67 ◦ blue 89

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

Shades of Madison #314359

Tints of Madison #314359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.68%

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

R = 23.9%
G = 32.68%
B = 43.41%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#314359 (or 0x314359) is known color: Madison. HEX triplet: 31, 43 and 59. RGB value is (49,67,89). Sum of RGB (Red+Green+Blue) = 49+67+89=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #314359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314359 is #CEBCA6. Grayscale: #404040. Windows color (decimal): -13548711 or 5849905. OLE color: 5849905.

HSL color Cylindrical-coordinate representation of color #314359: hue angle of 213º 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 #314359 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 67 89 -
CMYK 0.45 0.25 0 0.65
HSL 213º 0.29% 0.27% -
HSV(B) 213º 0.45% 0.35% -
XYZ 5.08 5.39 10.22 -
YUV 64.13 142.04 117.21 -
System Red Green Blue C M Y K H S L
Decimal 49 67 89 0.45 0.25 0 0.65 213 0.29 0.27
Hex 31 43 59 2D 19 0 41 D5 1D 1B
Octal 61 103 131 55 31 0 101 325 35 33
Binary 110001 1000011 1011001 101101 11001 0 1000001 11010101 11101 11011

Color Harmonies of #314359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314359

Black with #314359

Text Example


Text Example

White with #314359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314359; }

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

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

background-color css

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

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

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

border-color css

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

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

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