#26364D

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

Shades of Licorice #26364D

Tints of Licorice #26364D

Color information

#26364D (or 0x26364D) is unknown color: approx Licorice. HEX triplet: 26, 36 and 4D. RGB value is (38,54,77). Sum of RGB (Red+Green+Blue) = 38+54+77=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 54 (21.48% from 255 or 31.95% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 77 - color contains mainly: blue. Hex color #26364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26364D is #D9C9B2. Grayscale: #333333. Windows color (decimal): -14272947 or 5060134. OLE color: 5060134.

HSL color Cylindrical-coordinate representation of color #26364D: hue angle of 215.38º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #26364D is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB385477-
CMYK0.510.3000.70
HSL215.38º33.91%22.55%-
HSV(B)215.38º50.65%30.2%-
XYZ3.463.597.53-
YUV51.84142.2118.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.49%
GREEN value IS 54 (21.48% from 255) = 31.95%
BLUE value IS 77 (30.47% from 255) = 45.56%
R=22.49%
G=31.95%
B=45.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3854770.510.3000.70215.3833.9122.55
Hex26364D331E046d72217
Octal4666115633601063274227
Binary100110110110100110111001111110010001101101011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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