#2A3854

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

Shades of Madison #2A3854

Tints of Madison #2A3854

Color information

#2A3854 (or 0x2A3854) is unknown color: approx Madison. HEX triplet: 2A, 38 and 54. RGB value is (42,56,84). Sum of RGB (Red+Green+Blue) = 42+56+84=182 (24% of max value = 765). Red value is 42 (16.80% from 255 or 23.08% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 84 - color contains mainly: blue. Hex color #2A3854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3854 is #D5C7AB. Grayscale: #363636. Windows color (decimal): -14010284 or 5519402. OLE color: 5519402.

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

Color convert

RGB425684-
CMYK0.50.3300.67
HSL220º33.33%24.71%-
HSV(B)220º50%32.94%-
XYZ3.973.968.94-
YUV55.01144.36118.72-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.08%
GREEN value IS 56 (22.27% from 255) = 30.77%
BLUE value IS 84 (33.20% from 255) = 46.15%
R=23.08%
G=30.77%
B=46.15%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4256840.50.3300.6722033.3324.71
Hex2A38543221043dc2119
Octal5270124624101033344131
Binary1010101110001010100110010100001010000111101110010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,56,84); }

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

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

 a { background-color: rgb(42,56,84); }

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

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

 span { border-color: rgb(42,56,84); }

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