#2C3E55

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

Shades of Madison #2C3E55

Tints of Madison #2C3E55

Color information

#2C3E55 (or 0x2C3E55) is unknown color: approx Madison. HEX triplet: 2C, 3E and 55. RGB value is (44,62,85). Sum of RGB (Red+Green+Blue) = 44+62+85=191 (25% of max value = 765). Red value is 44 (17.58% from 255 or 23.04% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #2C3E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3E55 is #D3C1AA. Grayscale: #3B3B3B. Windows color (decimal): -13877675 or 5586476. OLE color: 5586476.

HSL color Cylindrical-coordinate representation of color #2C3E55: hue angle of 213.66º 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 #2C3E55 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB446285-
CMYK0.480.2700.67
HSL213.66º31.78%25.29%-
HSV(B)213.66º48.24%33.33%-
XYZ4.44.649.26-
YUV59.24142.54117.13-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 23.04%
GREEN value IS 62 (24.61% from 255) = 32.46%
BLUE value IS 85 (33.59% from 255) = 44.50%
R=23.04%
G=32.46%
B=44.50%

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
Decimal4462850.480.2700.67213.6631.7825.29
Hex2C3E55301B043d62019
Octal5476125603301033264031
Binary101100111110101010111000011011010000111101011010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,62,85); }

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

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

 a { background-color: rgb(44,62,85); }

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

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

 span { border-color: rgb(44,62,85); }

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