Html Css Color HEX #2C4547 Dark Slate Grey

📋 copy color: '#2C4547'

red 44 ◦ green 69 ◦ blue 71

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

Shades of Dark Slate Grey #2C4547

Tints of Dark Slate Grey #2C4547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 38.59%

R = 23.91%
G = 37.5%
B = 38.59%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2C4547 (or 0x2C4547) is known color: Dark Slate Grey. HEX triplet: 2C, 45 and 47. RGB value is (44,69,71). Sum of RGB (Red+Green+Blue) = 44+69+71=184 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.91% from 184); Green value is 69 (27.34% from 255 or 37.5% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 71 - color contains mainly: blue. Hex color #2C4547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C4547 is #D3BAB8. Grayscale: #3D3D3D. Windows color (decimal): -13875897 or 4670764. OLE color: 4670764.

HSL color Cylindrical-coordinate representation of color #2C4547: hue angle of 184.44º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2C4547 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 44 69 71 -
CMYK 0.38 0.03 0 0.72
HSL 184.44º 0.23% 0.23% -
HSV(B) 184.44º 0.38% 0.28% -
XYZ 4.3 5.25 6.75 -
YUV 61.75 133.22 115.34 -
System Red Green Blue C M Y K H S L
Decimal 44 69 71 0.38 0.03 0 0.72 184.44 0.23 0.23
Hex 2C 45 47 26 3 0 48 B8 17 17
Octal 54 105 107 46 3 0 110 270 27 27
Binary 101100 1000101 1000111 100110 11 0 1001000 10111000 10111 10111

Color Harmonies of #2C4547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4547

Black with #2C4547

Text Example


Text Example

White with #2C4547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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