#2B3744

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

Shades of Licorice #2B3744

Tints of Licorice #2B3744

Color information

#2B3744 (or 0x2B3744) is unknown color: approx Licorice. HEX triplet: 2B, 37 and 44. RGB value is (43,55,68). Sum of RGB (Red+Green+Blue) = 43+55+68=166 (21% of max value = 765). Red value is 43 (17.19% from 255 or 25.90% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 68 (26.95% from 255 or 40.96% from 166); Max value from RGB is 68 - color contains mainly: blue. Hex color #2B3744 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3744 is #D4C8BB. Grayscale: #343434. Windows color (decimal): -13945020 or 4470571. OLE color: 4470571.

HSL color Cylindrical-coordinate representation of color #2B3744: hue angle of 211.2º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2B3744 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB435568-
CMYK0.370.1900.73
HSL211.2º22.52%21.76%-
HSV(B)211.2º36.76%26.67%-
XYZ3.413.666-
YUV52.89136.52120.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.90%
GREEN value IS 55 (21.88% from 255) = 33.13%
BLUE value IS 68 (26.95% from 255) = 40.96%
R=25.90%
G=33.13%
B=40.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4355680.370.1900.73211.222.5221.76
Hex2B37442513049d31716
Octal5367104452301113232726
Binary10101111011110001001001011001101001001110100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,55,68); }

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

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

 a { background-color: rgb(43,55,68); }

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

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

 span { border-color: rgb(43,55,68); }

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