#2B3D53

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

Shades of Madison #2B3D53

Tints of Madison #2B3D53

Color information

#2B3D53 (or 0x2B3D53) is unknown color: approx Madison. HEX triplet: 2B, 3D and 53. RGB value is (43,61,83). Sum of RGB (Red+Green+Blue) = 43+61+83=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 83 - color contains mainly: blue. Hex color #2B3D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3D53 is #D4C2AC. Grayscale: #3A3A3A. Windows color (decimal): -13943469 or 5455147. OLE color: 5455147.

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

Color convert

RGB436183-
CMYK0.480.2700.67
HSL213º31.75%24.71%-
HSV(B)213º48.19%32.55%-
XYZ4.234.488.82-
YUV58.13142.04117.21-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.99%
GREEN value IS 61 (24.22% from 255) = 32.62%
BLUE value IS 83 (32.81% from 255) = 44.39%
R=22.99%
G=32.62%
B=44.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4361830.480.2700.6721331.7524.71
Hex2B3D53301B043d52019
Octal5375123603301033254031
Binary101011111101101001111000011011010000111101010110000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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