#2B3B57

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

Shades of Madison #2B3B57

Tints of Madison #2B3B57

Color information

#2B3B57 (or 0x2B3B57) is unknown color: approx Madison. HEX triplet: 2B, 3B and 57. RGB value is (43,59,87). Sum of RGB (Red+Green+Blue) = 43+59+87=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 87 (34.38% from 255 or 46.03% from 189); Max value from RGB is 87 - color contains mainly: blue. Hex color #2B3B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3B57 is #D4C4A8. Grayscale: #393939. Windows color (decimal): -13943977 or 5716779. OLE color: 5716779.

HSL color Cylindrical-coordinate representation of color #2B3B57: hue angle of 218.18º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B3B57 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB435987-
CMYK0.510.3200.66
HSL218.18º33.85%25.49%-
HSV(B)218.18º50.57%34.12%-
XYZ4.284.339.63-
YUV57.41144.7117.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.75%
GREEN value IS 59 (23.44% from 255) = 31.22%
BLUE value IS 87 (34.38% from 255) = 46.03%
R=22.75%
G=31.22%
B=46.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4359870.510.3200.66218.1833.8525.49
Hex2B3B573320042da2219
Octal5373127634001023324231
Binary1010111110111010111110011100000010000101101101010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,59,87); }

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

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

 a { background-color: rgb(43,59,87); }

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

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

 span { border-color: rgb(43,59,87); }

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