Html Css Color HEX #2C3547 Licorice

📋 copy color: '#2C3547'

red 44 ◦ green 53 ◦ blue 71

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

Shades of Licorice #2C3547

Tints of Licorice #2C3547

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.55%

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

R = 26.19%
G = 31.55%
B = 42.26%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2C3547 (or 0x2C3547) is known color: Licorice. HEX triplet: 2C, 35 and 47. RGB value is (44,53,71). Sum of RGB (Red+Green+Blue) = 44+53+71=168 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.19% from 168); Green value is 53 (21.09% from 255 or 31.55% from 168); Blue value is 71 (28.12% from 255 or 42.26% from 168); Max value from RGB is 71 - color contains mainly: blue. Hex color #2C3547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3547 is #D3CAB8. Grayscale: #343434. Windows color (decimal): -13879993 or 4666668. OLE color: 4666668.

HSL color Cylindrical-coordinate representation of color #2C3547: hue angle of 220º 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 #2C3547 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 44 53 71 -
CMYK 0.38 0.25 0 0.72
HSL 220º 0.23% 0.23% -
HSV(B) 220º 0.38% 0.28% -
XYZ 3.45 3.54 6.46 -
YUV 52.36 138.52 122.04 -
System Red Green Blue C M Y K H S L
Decimal 44 53 71 0.38 0.25 0 0.72 220 0.23 0.23
Hex 2C 35 47 26 19 0 48 DC 17 17
Octal 54 65 107 46 31 0 110 334 27 27
Binary 101100 110101 1000111 100110 11001 0 1001000 11011100 10111 10111

Color Harmonies of #2C3547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3547

Black with #2C3547

Text Example


Text Example

White with #2C3547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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