#2B3A4B

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

Shades of Madison #2B3A4B

Tints of Madison #2B3A4B

Color information

#2B3A4B (or 0x2B3A4B) is unknown color: approx Madison. HEX triplet: 2B, 3A and 4B. RGB value is (43,58,75). Sum of RGB (Red+Green+Blue) = 43+58+75=176 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.43% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 75 - color contains mainly: blue. Hex color #2B3A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3A4B is #D4C5B4. Grayscale: #373737. Windows color (decimal): -13944245 or 4930091. OLE color: 4930091.

HSL color Cylindrical-coordinate representation of color #2B3A4B: hue angle of 211.88º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2B3A4B is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB435875-
CMYK0.430.2300.71
HSL211.88º27.12%23.14%-
HSV(B)211.88º42.67%29.41%-
XYZ3.784.057.24-
YUV55.45139.03119.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.43%
GREEN value IS 58 (23.05% from 255) = 32.95%
BLUE value IS 75 (29.69% from 255) = 42.61%
R=24.43%
G=32.95%
B=42.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4358750.430.2300.71211.8827.1223.14
Hex2B3A4B2B17047d41b17
Octal5372113532701073243327
Binary10101111101010010111010111011101000111110101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,58,75); }

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

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

 a { background-color: rgb(43,58,75); }

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

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

 span { border-color: rgb(43,58,75); }

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