#2D4153

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

Shades of Madison #2D4153

Tints of Madison #2D4153

Color information

#2D4153 (or 0x2D4153) is unknown color: approx Madison. HEX triplet: 2D, 41 and 53. RGB value is (45,65,83). Sum of RGB (Red+Green+Blue) = 45+65+83=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 83 - color contains mainly: blue. Hex color #2D4153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D4153 is #D2BEAC. Grayscale: #3C3C3C. Windows color (decimal): -13811373 or 5456173. OLE color: 5456173.

HSL color Cylindrical-coordinate representation of color #2D4153: hue angle of 208.42º 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 #2D4153 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB456583-
CMYK0.460.2200.67
HSL208.42º29.69%25.1%-
HSV(B)208.42º45.78%32.55%-
XYZ4.534.968.9-
YUV61.07140.37116.54-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.32%
GREEN value IS 65 (25.78% from 255) = 33.68%
BLUE value IS 83 (32.81% from 255) = 43.01%
R=23.32%
G=33.68%
B=43.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4565830.460.2200.67208.4229.6925.1
Hex2D41532E16043d01e19
Octal55101123562601033203631
Binary101101100000110100111011101011001000011110100001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,65,83); }

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

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

 a { background-color: rgb(45,65,83); }

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

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

 span { border-color: rgb(45,65,83); }

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