#2C4D50

Color #2C4D50 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #2C4D50

Tints of Dark Slate Grey #2C4D50

Color information

#2C4D50 (or 0x2C4D50) is unknown color: approx Dark Slate Grey. HEX triplet: 2C, 4D and 50. RGB value is (44,77,80). Sum of RGB (Red+Green+Blue) = 44+77+80=201 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.89% from 201); Green value is 77 (30.47% from 255 or 38.31% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 80 - color contains mainly: blue. Hex color #2C4D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C4D50 is #D3B2AF. Grayscale: #434343. Windows color (decimal): -13873840 or 5262636. OLE color: 5262636.

HSL color Cylindrical-coordinate representation of color #2C4D50: hue angle of 185º 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 #2C4D50 is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB447780-
CMYK0.450.0400.69
HSL185º29.03%24.31%-
HSV(B)185º45%31.37%-
XYZ5.146.428.56-
YUV67.47135.07111.26-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.89%
GREEN value IS 77 (30.47% from 255) = 38.31%
BLUE value IS 80 (31.64% from 255) = 39.80%
R=21.89%
G=38.31%
B=39.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4477800.450.0400.6918529.0324.31
Hex2C4D502D4045b91d18
Octal5411512055401052713530
Binary1011001001101101000010110110001000101101110011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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