#2C4D51

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

Shades of Dark Slate Grey #2C4D51

Tints of Dark Slate Grey #2C4D51

Color information

#2C4D51 (or 0x2C4D51) is unknown color: approx Dark Slate Grey. HEX triplet: 2C, 4D and 51. RGB value is (44,77,81). Sum of RGB (Red+Green+Blue) = 44+77+81=202 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.78% from 202); Green value is 77 (30.47% from 255 or 38.12% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 81 - color contains mainly: blue. Hex color #2C4D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C4D51 is #D3B2AE. Grayscale: #434343. Windows color (decimal): -13873839 or 5328172. OLE color: 5328172.

HSL color Cylindrical-coordinate representation of color #2C4D51: hue angle of 186.49º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2C4D51 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB447781-
CMYK0.460.0500.68
HSL186.49º29.6%24.51%-
HSV(B)186.49º45.68%31.76%-
XYZ5.186.448.75-
YUV67.59135.57111.17-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.78%
GREEN value IS 77 (30.47% from 255) = 38.12%
BLUE value IS 81 (32.03% from 255) = 40.10%
R=21.78%
G=38.12%
B=40.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4477810.460.0500.68186.4929.624.51
Hex2C4D512E5044ba1e19
Octal5411512156501042723631
Binary1011001001101101000110111010101000100101110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C4D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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