Html Css Color HEX #314259 Madison

📋 copy color: '#314259'

red 49 ◦ green 66 ◦ blue 89

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

Shades of Madison #314259

Tints of Madison #314259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.35%

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

R = 24.02%
G = 32.35%
B = 43.63%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#314259 (or 0x314259) is known color: Madison. HEX triplet: 31, 42 and 59. RGB value is (49,66,89). Sum of RGB (Red+Green+Blue) = 49+66+89=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #314259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314259 is #CEBDA6. Grayscale: #3F3F3F. Windows color (decimal): -13548967 or 5849649. OLE color: 5849649.

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

Color convert

RGB 49 66 89 -
CMYK 0.45 0.26 0 0.65
HSL 214.5º 0.29% 0.27% -
HSV(B) 214.5º 0.45% 0.35% -
XYZ 5.02 5.27 10.2 -
YUV 63.54 142.37 117.63 -
System Red Green Blue C M Y K H S L
Decimal 49 66 89 0.45 0.26 0 0.65 214.5 0.29 0.27
Hex 31 42 59 2D 1A 0 41 D6 1D 1B
Octal 61 102 131 55 32 0 101 326 35 33
Binary 110001 1000010 1011001 101101 11010 0 1000001 11010110 11101 11011

Color Harmonies of #314259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314259

Black with #314259

Text Example


Text Example

White with #314259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314259; }

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

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

background-color css

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

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

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

border-color css

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

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

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