Html Css Color HEX #26364D Licorice

📋 copy color: '#26364D'

red 38 ◦ green 54 ◦ blue 77

#26364D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Licorice #26364D

Tints of Licorice #26364D

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 value IS 0.51

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#26364D (or 0x26364D) is known color: 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

RGB 38 54 77 -
CMYK 0.51 0.30 0 0.70
HSL 215.38º 0.34% 0.23% -
HSV(B) 215.38º 0.51% 0.3% -
XYZ 3.46 3.59 7.53 -
YUV 51.84 142.2 118.13 -
System Red Green Blue C M Y K H S L
Decimal 38 54 77 0.51 0.30 0 0.70 215.38 0.34 0.23
Hex 26 36 4D 33 1E 0 46 D7 22 17
Octal 46 66 115 63 36 0 106 327 42 27
Binary 100110 110110 1001101 110011 11110 0 1000110 11010111 100010 10111

Color Harmonies of #26364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26364D

Black with #26364D

Text Example


Text Example

White with #26364D

Text Example


Text Example

HTML Codes & Css Web 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>