#2F3F50

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

Shades of Madison #2F3F50

Tints of Madison #2F3F50

Color information

#2F3F50 (or 0x2F3F50) is unknown color: approx Madison. HEX triplet: 2F, 3F and 50. RGB value is (47,63,80). Sum of RGB (Red+Green+Blue) = 47+63+80=190 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.74% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 80 - color contains mainly: blue. Hex color #2F3F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3F50 is #D0C0AF. Grayscale: #3C3C3C. Windows color (decimal): -13680816 or 5259055. OLE color: 5259055.

HSL color Cylindrical-coordinate representation of color #2F3F50: hue angle of 210.91º 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 #2F3F50 is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB476380-
CMYK0.410.2100.69
HSL210.91º25.98%24.9%-
HSV(B)210.91º41.25%31.37%-
XYZ4.44.748.27-
YUV60.15139.2118.62-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 24.74%
GREEN value IS 63 (25% from 255) = 33.16%
BLUE value IS 80 (31.64% from 255) = 42.11%
R=24.74%
G=33.16%
B=42.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4763800.410.2100.69210.9125.9824.9
Hex2F3F502915045d31a19
Octal5777120512501053233231
Binary10111111111110100001010011010101000101110100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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