#2A3548

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

Shades of Licorice #2A3548

Tints of Licorice #2A3548

Color information

#2A3548 (or 0x2A3548) is unknown color: approx Licorice. HEX triplet: 2A, 35 and 48. RGB value is (42,53,72). Sum of RGB (Red+Green+Blue) = 42+53+72=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 72 - color contains mainly: blue. Hex color #2A3548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3548 is #D5CAB7. Grayscale: #333333. Windows color (decimal): -14011064 or 4732202. OLE color: 4732202.

HSL color Cylindrical-coordinate representation of color #2A3548: hue angle of 218º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2A3548 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB425372-
CMYK0.420.2600.72
HSL218º26.32%22.35%-
HSV(B)218º41.67%28.24%-
XYZ3.43.516.63-
YUV51.88139.36120.96-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.15%
GREEN value IS 53 (21.09% from 255) = 31.74%
BLUE value IS 72 (28.52% from 255) = 43.11%
R=25.15%
G=31.74%
B=43.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4253720.420.2600.7221826.3222.35
Hex2A35482A1A048da1a16
Octal5265110523201103323226
Binary10101011010110010001010101101001001000110110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,53,72); }

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

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

 a { background-color: rgb(42,53,72); }

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

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

 span { border-color: rgb(42,53,72); }

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