#2D4054

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

Shades of Madison #2D4054

Tints of Madison #2D4054

Color information

#2D4054 (or 0x2D4054) is unknown color: approx Madison. HEX triplet: 2D, 40 and 54. RGB value is (45,64,84). Sum of RGB (Red+Green+Blue) = 45+64+84=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 84 - color contains mainly: blue. Hex color #2D4054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4054 is #D2BFAB. Grayscale: #3C3C3C. Windows color (decimal): -13811628 or 5521453. OLE color: 5521453.

HSL color Cylindrical-coordinate representation of color #2D4054: hue angle of 210.77º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2D4054 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB456484-
CMYK0.460.2400.67
HSL210.77º30.23%25.29%-
HSV(B)210.77º46.43%32.94%-
XYZ4.524.869.09-
YUV60.6141.21116.87-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.32%
GREEN value IS 64 (25.39% from 255) = 33.16%
BLUE value IS 84 (33.20% from 255) = 43.52%
R=23.32%
G=33.16%
B=43.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4564840.460.2400.67210.7730.2325.29
Hex2D40542E18043d31e19
Octal55100124563001033233631
Binary101101100000010101001011101100001000011110100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,64,84); }

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

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

 a { background-color: rgb(45,64,84); }

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

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

 span { border-color: rgb(45,64,84); }

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