#2C3750

Color #2C3750 Licorice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Licorice #2C3750

Tints of Licorice #2C3750

Color information

#2C3750 (or 0x2C3750) is unknown color: approx Licorice. HEX triplet: 2C, 37 and 50. RGB value is (44,55,80). Sum of RGB (Red+Green+Blue) = 44+55+80=179 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.58% from 179); Green value is 55 (21.88% from 255 or 30.73% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #2C3750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3750 is #D3C8AF. Grayscale: #363636. Windows color (decimal): -13879472 or 5257004. OLE color: 5257004.

HSL color Cylindrical-coordinate representation of color #2C3750: hue angle of 221.67º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2C3750 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB445580-
CMYK0.450.3100.69
HSL221.67º29.03%24.31%-
HSV(B)221.67º45%31.37%-
XYZ3.853.858.13-
YUV54.56142.36120.47-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.58%
GREEN value IS 55 (21.88% from 255) = 30.73%
BLUE value IS 80 (31.64% from 255) = 44.69%
R=24.58%
G=30.73%
B=44.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4455800.450.3100.69221.6729.0324.31
Hex2C37502D1F045de1d18
Octal5467120553701053363530
Binary10110011011110100001011011111101000101110111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2C3750;
 }
 .AnyTagClassName
 {
   color: #2C3750;
 }
</style>
background-color css

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

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

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

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

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

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