#2c3b4a

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

Shades of Madison #2C3B4A

Tints of Madison #2C3B4A

Color information

#2C3B4A (or 0x2C3B4A) is unknown color: approx Madison. HEX triplet: 2C, 3B and 4A. RGB value is (44,59,74). Sum of RGB (Red+Green+Blue) = 44+59+74=177 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.86% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 74 (29.30% from 255 or 41.81% from 177); Max value from RGB is 74 - color contains mainly: blue. Hex color #2C3B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3B4A is #D3C4B5. Grayscale: #383838. Windows color (decimal): -13878454 or 4864812. OLE color: 4864812.

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

Color convert

RGB445974-
CMYK0.410.2000.71
HSL210º25.42%23.14%-
HSV(B)210º40.54%29.02%-
XYZ3.844.167.08-
YUV56.22138.03119.28-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.86%
GREEN value IS 59 (23.44% from 255) = 33.33%
BLUE value IS 74 (29.30% from 255) = 41.81%
R=24.86%
G=33.33%
B=41.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4459740.410.2000.7121025.4223.14
Hex2C3B4A2914047d21917
Octal5473112512401073223127
Binary10110011101110010101010011010001000111110100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2c3b4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,59,74); }

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

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

 a { background-color: rgb(44,59,74); }

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

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

 span { border-color: rgb(44,59,74); }

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