Html Css Color HEX #314459 Madison

📋 copy color: '#314459'

red 49 ◦ green 68 ◦ blue 89

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

Shades of Madison #314459

Tints of Madison #314459

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.01%

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

R = 23.79%
G = 33.01%
B = 43.2%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#314459 (or 0x314459) is known color: Madison. HEX triplet: 31, 44 and 59. RGB value is (49,68,89). Sum of RGB (Red+Green+Blue) = 49+68+89=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #314459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314459 is #CEBBA6. Grayscale: #404040. Windows color (decimal): -13548455 or 5850161. OLE color: 5850161.

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

Color convert

RGB 49 68 89 -
CMYK 0.45 0.24 0 0.65
HSL 211.5º 0.29% 0.27% -
HSV(B) 211.5º 0.45% 0.35% -
XYZ 5.14 5.51 10.24 -
YUV 64.71 141.71 116.79 -
System Red Green Blue C M Y K H S L
Decimal 49 68 89 0.45 0.24 0 0.65 211.5 0.29 0.27
Hex 31 44 59 2D 18 0 41 D4 1D 1B
Octal 61 104 131 55 30 0 101 324 35 33
Binary 110001 1000100 1011001 101101 11000 0 1000001 11010100 11101 11011

Color Harmonies of #314459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314459

Black with #314459

Text Example


Text Example

White with #314459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314459; }

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

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

background-color css

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

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

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

border-color css

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

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

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