Html Css Color HEX #2C4549 Dark Slate Grey

📋 copy color: '#2C4549'

red 44 ◦ green 69 ◦ blue 73

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

Shades of Dark Slate Grey #2C4549

Tints of Dark Slate Grey #2C4549

RGB

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

 GREEN value IS 69 (27.34% from 255) = 37.1%

 BLUE value IS 73 (28.91% from 255) = 39.25%

R = 23.66%
G = 37.1%
B = 39.25%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2C4549 (or 0x2C4549) is known color: Dark Slate Grey. HEX triplet: 2C, 45 and 49. RGB value is (44,69,73). Sum of RGB (Red+Green+Blue) = 44+69+73=186 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.66% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 73 - color contains mainly: blue. Hex color #2C4549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4549 is #D3BAB6. Grayscale: #3D3D3D. Windows color (decimal): -13875895 or 4801836. OLE color: 4801836.

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

Color convert

RGB 44 69 73 -
CMYK 0.40 0.05 0 0.71
HSL 188.28º 0.25% 0.23% -
HSV(B) 188.28º 0.4% 0.29% -
XYZ 4.37 5.27 7.09 -
YUV 61.98 134.22 115.17 -
System Red Green Blue C M Y K H S L
Decimal 44 69 73 0.40 0.05 0 0.71 188.28 0.25 0.23
Hex 2C 45 49 28 5 0 47 BC 19 17
Octal 54 105 111 50 5 0 107 274 31 27
Binary 101100 1000101 1001001 101000 101 0 1000111 10111100 11001 10111

Color Harmonies of #2C4549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4549

Black with #2C4549

Text Example


Text Example

White with #2C4549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,69,73); }

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

background-color css

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

 a { background-color: rgb(44,69,73); }

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

border-color css

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

 span { border-color: rgb(44,69,73); }

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