Html Css Color HEX #314258 Madison

📋 copy color: '#314258'

red 49 ◦ green 66 ◦ blue 88

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

Shades of Madison #314258

Tints of Madison #314258

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 43.35%

R = 24.14%
G = 32.51%
B = 43.35%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#314258 (or 0x314258) is known color: Madison. HEX triplet: 31, 42 and 58. RGB value is (49,66,88). Sum of RGB (Red+Green+Blue) = 49+66+88=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #314258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314258 is #CEBDA7. Grayscale: #3F3F3F. Windows color (decimal): -13548968 or 5784113. OLE color: 5784113.

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

Color convert

RGB 49 66 88 -
CMYK 0.44 0.25 0 0.65
HSL 213.85º 0.28% 0.27% -
HSV(B) 213.85º 0.44% 0.35% -
XYZ 4.98 5.25 9.98 -
YUV 63.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 49 66 88 0.44 0.25 0 0.65 213.85 0.28 0.27
Hex 31 42 58 2C 19 0 41 D6 1C 1B
Octal 61 102 130 54 31 0 101 326 34 33
Binary 110001 1000010 1011000 101100 11001 0 1000001 11010110 11100 11011

Color Harmonies of #314258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314258

Black with #314258

Text Example


Text Example

White with #314258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314258; }

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

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

background-color css

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

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

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

border-color css

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

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

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