#2B364C

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

Shades of Licorice #2B364C

Tints of Licorice #2B364C

Color information

#2B364C (or 0x2B364C) is unknown color: approx Licorice. HEX triplet: 2B, 36 and 4C. RGB value is (43,54,76). Sum of RGB (Red+Green+Blue) = 43+54+76=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 76 - color contains mainly: blue. Hex color #2B364C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B364C is #D4C9B3. Grayscale: #353535. Windows color (decimal): -13945268 or 4994603. OLE color: 4994603.

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

Color convert

RGB435476-
CMYK0.430.2900.70
HSL220º27.73%23.33%-
HSV(B)220º43.42%29.8%-
XYZ3.623.677.36-
YUV53.22140.86120.71-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.86%
GREEN value IS 54 (21.48% from 255) = 31.21%
BLUE value IS 76 (30.08% from 255) = 43.93%
R=24.86%
G=31.21%
B=43.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4354760.430.2900.7022027.7323.33
Hex2B364C2B1D046dc1c17
Octal5366114533501063343427
Binary10101111011010011001010111110101000110110111001110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B364C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,54,76); }

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

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

 a { background-color: rgb(43,54,76); }

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

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

 span { border-color: rgb(43,54,76); }

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