Html Css Color HEX #2C4D51 Dark Slate Grey

📋 copy color: '#2C4D51'

red 44 ◦ green 77 ◦ blue 81

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

Shades of Dark Slate Grey #2C4D51

Tints of Dark Slate Grey #2C4D51

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.1%

R = 21.78%
G = 38.12%
B = 40.1%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#2C4D51 (or 0x2C4D51) is known color: 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

RGB 44 77 81 -
CMYK 0.46 0.05 0 0.68
HSL 186.49º 0.3% 0.25% -
HSV(B) 186.49º 0.46% 0.32% -
XYZ 5.18 6.44 8.75 -
YUV 67.59 135.57 111.17 -
System Red Green Blue C M Y K H S L
Decimal 44 77 81 0.46 0.05 0 0.68 186.49 0.3 0.25
Hex 2C 4D 51 2E 5 0 44 BA 1E 19
Octal 54 115 121 56 5 0 104 272 36 31
Binary 101100 1001101 1010001 101110 101 0 1000100 10111010 11110 11001

Color Harmonies of #2C4D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4D51

Black with #2C4D51

Text Example


Text Example

White with #2C4D51

Text Example


Text Example

HTML Codes & Css Web 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>