#26364C

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

Shades of Licorice #26364C

Tints of Licorice #26364C

Color information

#26364C (or 0x26364C) is unknown color: approx Licorice. HEX triplet: 26, 36 and 4C. RGB value is (38,54,76). Sum of RGB (Red+Green+Blue) = 38+54+76=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 76 - color contains mainly: blue. Hex color #26364C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26364C is #D9C9B3. Grayscale: #333333. Windows color (decimal): -14272948 or 4994598. OLE color: 4994598.

HSL color Cylindrical-coordinate representation of color #26364C: hue angle of 214.74º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #26364C is Cyan = 0.5, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB385476-
CMYK0.50.2900.70
HSL214.74º33.33%22.35%-
HSV(B)214.74º50%29.8%-
XYZ3.423.577.35-
YUV51.72141.7118.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.62%
GREEN value IS 54 (21.48% from 255) = 32.14%
BLUE value IS 76 (30.08% from 255) = 45.24%
R=22.62%
G=32.14%
B=45.24%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3854760.50.2900.70214.7433.3322.35
Hex26364C321D046d72116
Octal4666114623501063274126
Binary100110110110100110011001011101010001101101011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26364C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26364C; }

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

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

<style>
 a { background-color: #26364C; }

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

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

<style>
 span { border-color: #26364C; }

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

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