Html Css Color HEX #2C3D50 Madison

📋 copy color: '#2C3D50'

red 44 ◦ green 61 ◦ blue 80

#2C3D50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Madison #2C3D50

Tints of Madison #2C3D50

RGB

 RED value IS 44 (17.58% from 255) = 23.78%

 GREEN value IS 61 (24.22% from 255) = 32.97%

 BLUE value IS 80 (31.64% from 255) = 43.24%

R = 23.78%
G = 32.97%
B = 43.24%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2C3D50 (or 0x2C3D50) is known color: Madison. HEX triplet: 2C, 3D and 50. RGB value is (44,61,80). Sum of RGB (Red+Green+Blue) = 44+61+80=185 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.78% from 185); Green value is 61 (24.22% from 255 or 32.97% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #2C3D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3D50 is #D3C2AF. Grayscale: #393939. Windows color (decimal): -13877936 or 5258540. OLE color: 5258540.

HSL color Cylindrical-coordinate representation of color #2C3D50: hue angle of 211.67º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2C3D50 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 44 61 80 -
CMYK 0.45 0.24 0 0.69
HSL 211.67º 0.29% 0.24% -
HSV(B) 211.67º 0.45% 0.31% -
XYZ 4.16 4.45 8.23 -
YUV 58.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 44 61 80 0.45 0.24 0 0.69 211.67 0.29 0.24
Hex 2C 3D 50 2D 18 0 45 D4 1D 18
Octal 54 75 120 55 30 0 105 324 35 30
Binary 101100 111101 1010000 101101 11000 0 1000101 11010100 11101 11000

Color Harmonies of #2C3D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3D50

Black with #2C3D50

Text Example


Text Example

White with #2C3D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,61,80); }

 H1.HeaderClassName
 {
   color: #2C3D50;
 }
 .AnyTagClassName
 {
   color: #2C3D50;
 }
</style>

background-color css

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

 a { background-color: rgb(44,61,80); }

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

border-color css

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

 span { border-color: rgb(44,61,80); }

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