#2F4050

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

Shades of Madison #2F4050

Tints of Madison #2F4050

Color information

#2F4050 (or 0x2F4050) is unknown color: approx Madison. HEX triplet: 2F, 40 and 50. RGB value is (47,64,80). Sum of RGB (Red+Green+Blue) = 47+64+80=191 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.61% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 80 (31.64% from 255 or 41.88% from 191); Max value from RGB is 80 - color contains mainly: blue. Hex color #2F4050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4050 is #D0BFAF. Grayscale: #3C3C3C. Windows color (decimal): -13680560 or 5259311. OLE color: 5259311.

HSL color Cylindrical-coordinate representation of color #2F4050: hue angle of 209.09º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2F4050 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB476480-
CMYK0.410.2000.69
HSL209.09º25.98%24.9%-
HSV(B)209.09º41.25%31.37%-
XYZ4.454.858.29-
YUV60.74138.87118.2-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.61%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 80 (31.64% from 255) = 41.88%
R=24.61%
G=33.51%
B=41.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4764800.410.2000.69209.0925.9824.9
Hex2F40502914045d11a19
Octal57100120512401053213231
Binary101111100000010100001010011010001000101110100011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F4050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F4050; }

 p { color: rgb(47,64,80); }

 H1.HeaderClassName
 {
   color: #2F4050;
 }
 .AnyTagClassName
 {
   color: #2F4050;
 }
</style>
background-color css

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

 a { background-color: rgb(47,64,80); }

 div.DivClassName
 {
   background-color: #2F4050;
 }
 .BgClassName
 {
   background-color: #2F4050;
 }
</style>
border-color css

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

 span { border-color: rgb(47,64,80); }

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