#2D3D53

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

Shades of Madison #2D3D53

Tints of Madison #2D3D53

Color information

#2D3D53 (or 0x2D3D53) is unknown color: approx Madison. HEX triplet: 2D, 3D and 53. RGB value is (45,61,83). Sum of RGB (Red+Green+Blue) = 45+61+83=189 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.81% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #2D3D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3D53 is #D2C2AC. Grayscale: #3A3A3A. Windows color (decimal): -13812397 or 5455149. OLE color: 5455149.

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

Color convert

RGB456183-
CMYK0.460.2700.67
HSL214.74º29.69%25.1%-
HSV(B)214.74º45.78%32.55%-
XYZ4.314.528.83-
YUV58.72141.7118.21-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.81%
GREEN value IS 61 (24.22% from 255) = 32.28%
BLUE value IS 83 (32.81% from 255) = 43.92%
R=23.81%
G=32.28%
B=43.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4561830.460.2700.67214.7429.6925.1
Hex2D3D532E1B043d71e19
Octal5575123563301033273631
Binary10110111110110100111011101101101000011110101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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