#2B3B56

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

Shades of Madison #2B3B56

Tints of Madison #2B3B56

Color information

#2B3B56 (or 0x2B3B56) is unknown color: approx Madison. HEX triplet: 2B, 3B and 56. RGB value is (43,59,86). Sum of RGB (Red+Green+Blue) = 43+59+86=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 86 - color contains mainly: blue. Hex color #2B3B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3B56 is #D4C4A9. Grayscale: #393939. Windows color (decimal): -13943978 or 5651243. OLE color: 5651243.

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

Color convert

RGB435986-
CMYK0.500.3100.66
HSL217.67º33.33%25.29%-
HSV(B)217.67º50%33.73%-
XYZ4.244.319.41-
YUV57.29144.2117.8-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.87%
GREEN value IS 59 (23.44% from 255) = 31.38%
BLUE value IS 86 (33.98% from 255) = 45.74%
R=22.87%
G=31.38%
B=45.74%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4359860.500.3100.66217.6733.3325.29
Hex2B3B56321F042da2119
Octal5373126623701023324131
Binary101011111011101011011001011111010000101101101010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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