#2B384B

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

Shades of Licorice #2B384B

Tints of Licorice #2B384B

Color information

#2B384B (or 0x2B384B) is unknown color: approx Licorice. HEX triplet: 2B, 38 and 4B. RGB value is (43,56,75). Sum of RGB (Red+Green+Blue) = 43+56+75=174 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.71% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 75 - color contains mainly: blue. Hex color #2B384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B384B is #D4C7B4. Grayscale: #363636. Windows color (decimal): -13944757 or 4929579. OLE color: 4929579.

HSL color Cylindrical-coordinate representation of color #2B384B: hue angle of 215.62º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2B384B is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB435675-
CMYK0.430.2500.71
HSL215.62º27.12%23.14%-
HSV(B)215.62º42.67%29.41%-
XYZ3.683.857.21-
YUV54.28139.69119.96-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.71%
GREEN value IS 56 (22.27% from 255) = 32.18%
BLUE value IS 75 (29.69% from 255) = 43.10%
R=24.71%
G=32.18%
B=43.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4356750.430.2500.71215.6227.1223.14
Hex2B384B2B19047d81b17
Octal5370113533101073303327
Binary10101111100010010111010111100101000111110110001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B384B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,56,75); }

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

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

 a { background-color: rgb(43,56,75); }

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

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

 span { border-color: rgb(43,56,75); }

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