Html Css Color HEX #2C3746 Licorice

📋 copy color: '#2C3746'

red 44 ◦ green 55 ◦ blue 70

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

Shades of Licorice #2C3746

Tints of Licorice #2C3746

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.54%

 BLUE value IS 70 (27.73% from 255) = 41.42%

R = 26.04%
G = 32.54%
B = 41.42%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#2C3746 (or 0x2C3746) is known color: Licorice. HEX triplet: 2C, 37 and 46. RGB value is (44,55,70). Sum of RGB (Red+Green+Blue) = 44+55+70=169 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.04% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 70 - color contains mainly: blue. Hex color #2C3746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3746 is #D3C8B9. Grayscale: #353535. Windows color (decimal): -13879482 or 4601644. OLE color: 4601644.

HSL color Cylindrical-coordinate representation of color #2C3746: hue angle of 214.62º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2C3746 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 44 55 70 -
CMYK 0.37 0.21 0 0.73
HSL 214.62º 0.23% 0.22% -
HSV(B) 214.62º 0.37% 0.27% -
XYZ 3.51 3.71 6.33 -
YUV 53.42 137.36 121.28 -
System Red Green Blue C M Y K H S L
Decimal 44 55 70 0.37 0.21 0 0.73 214.62 0.23 0.22
Hex 2C 37 46 25 15 0 49 D7 17 16
Octal 54 67 106 45 25 0 111 327 27 26
Binary 101100 110111 1000110 100101 10101 0 1001001 11010111 10111 10110

Color Harmonies of #2C3746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3746

Black with #2C3746

Text Example


Text Example

White with #2C3746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,55,70); }

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

background-color css

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

 a { background-color: rgb(44,55,70); }

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

border-color css

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

 span { border-color: rgb(44,55,70); }

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