#2C384F

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

Shades of Licorice #2C384F

Tints of Licorice #2C384F

Color information

#2C384F (or 0x2C384F) is unknown color: approx Licorice. HEX triplet: 2C, 38 and 4F. RGB value is (44,56,79). Sum of RGB (Red+Green+Blue) = 44+56+79=179 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.58% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 79 (31.25% from 255 or 44.13% from 179); Max value from RGB is 79 - color contains mainly: blue. Hex color #2C384F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C384F is #D3C7B0. Grayscale: #363636. Windows color (decimal): -13879217 or 5191724. OLE color: 5191724.

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

Color convert

RGB445679-
CMYK0.440.2900.69
HSL219.43º28.46%24.12%-
HSV(B)219.43º44.3%30.98%-
XYZ3.863.937.95-
YUV55.03141.52120.13-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.58%
GREEN value IS 56 (22.27% from 255) = 31.28%
BLUE value IS 79 (31.25% from 255) = 44.13%
R=24.58%
G=31.28%
B=44.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4456790.440.2900.69219.4328.4624.12
Hex2C384F2C1D045db1c18
Octal5470117543501053333430
Binary10110011100010011111011001110101000101110110111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,56,79); }

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

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

 a { background-color: rgb(44,56,79); }

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

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

 span { border-color: rgb(44,56,79); }

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