#2A3748

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

Shades of Licorice #2A3748

Tints of Licorice #2A3748

Color information

#2A3748 (or 0x2A3748) is unknown color: approx Licorice. HEX triplet: 2A, 37 and 48. RGB value is (42,55,72). Sum of RGB (Red+Green+Blue) = 42+55+72=169 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.85% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 72 - color contains mainly: blue. Hex color #2A3748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3748 is #D5C8B7. Grayscale: #343434. Windows color (decimal): -14010552 or 4732714. OLE color: 4732714.

HSL color Cylindrical-coordinate representation of color #2A3748: hue angle of 214º 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 #2A3748 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB425572-
CMYK0.420.2400.72
HSL214º26.32%22.35%-
HSV(B)214º41.67%28.24%-
XYZ3.493.696.66-
YUV53.05138.69120.12-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24.85%
GREEN value IS 55 (21.88% from 255) = 32.54%
BLUE value IS 72 (28.52% from 255) = 42.60%
R=24.85%
G=32.54%
B=42.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4255720.420.2400.7221426.3222.35
Hex2A37482A18048d61a16
Octal5267110523001103263226
Binary10101011011110010001010101100001001000110101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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