#2A3746

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

Shades of Licorice #2A3746

Tints of Licorice #2A3746

Color information

#2A3746 (or 0x2A3746) is unknown color: approx Licorice. HEX triplet: 2A, 37 and 46. RGB value is (42,55,70). Sum of RGB (Red+Green+Blue) = 42+55+70=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 70 (27.73% from 255 or 41.92% from 167); Max value from RGB is 70 - color contains mainly: blue. Hex color #2A3746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3746 is #D5C8B9. Grayscale: #343434. Windows color (decimal): -14010554 or 4601642. OLE color: 4601642.

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

Color convert

RGB425570-
CMYK0.400.2100.73
HSL212.14º25%21.96%-
HSV(B)212.14º40%27.45%-
XYZ3.433.676.32-
YUV52.82137.69120.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.15%
GREEN value IS 55 (21.88% from 255) = 32.93%
BLUE value IS 70 (27.73% from 255) = 41.92%
R=25.15%
G=32.93%
B=41.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4255700.400.2100.73212.142521.96
Hex2A37462815049d41916
Octal5267106502501113243126
Binary10101011011110001101010001010101001001110101001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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