#314055

Color #314055 Madison (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madison #314055

Tints of Madison #314055

Color information

#314055 (or 0x314055) is unknown color: approx 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

RGB496485-
CMYK0.420.2500.67
HSL215º26.87%26.27%-
HSV(B)215º42.35%33.33%-
XYZ4.744.989.3-
YUV61.91141.03118.79-

RGB Variations

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

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 (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4964850.420.2500.6721526.8726.27
Hex3140552A19043d71b1a
Octal61100125523101033273332
Binary110001100000010101011010101100101000011110101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>