Html Css Color HEX #314055 Madison

📋 copy color: '#314055'

red 49 ◦ green 64 ◦ blue 85

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

Shades of Madison #314055

Tints of Madison #314055

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.32%

 BLUE value IS 85 (33.59% from 255) = 42.93%

R = 24.75%
G = 32.32%
B = 42.93%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#314055 (or 0x314055) is known color: Madison. HEX triplet: 31, 40 and 55. RGB value is (49,64,85). Sum of RGB (Red+Green+Blue) = 49+64+85=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 85 - color contains mainly: blue. Hex color #314055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314055 is #CEBFAA. Grayscale: #3D3D3D. Windows color (decimal): -13549483 or 5586993. OLE color: 5586993.

HSL color Cylindrical-coordinate representation of color #314055: hue angle of 215º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #314055 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 64 85 -
CMYK 0.42 0.25 0 0.67
HSL 215º 0.27% 0.26% -
HSV(B) 215º 0.42% 0.33% -
XYZ 4.74 4.98 9.3 -
YUV 61.91 141.03 118.79 -
System Red Green Blue C M Y K H S L
Decimal 49 64 85 0.42 0.25 0 0.67 215 0.27 0.26
Hex 31 40 55 2A 19 0 43 D7 1B 1A
Octal 61 100 125 52 31 0 103 327 33 32
Binary 110001 1000000 1010101 101010 11001 0 1000011 11010111 11011 11010

Color Harmonies of #314055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314055

Black with #314055

Text Example


Text Example

White with #314055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314055; }

 p { color: rgb(49,64,85); }

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

background-color css

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

 a { background-color: rgb(49,64,85); }

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

border-color css

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

 span { border-color: rgb(49,64,85); }

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