Html Css Color HEX #26364E Licorice

📋 copy color: '#26364E'

red 38 ◦ green 54 ◦ blue 78

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

Shades of Licorice #26364E

Tints of Licorice #26364E

RGB

 RED value IS 38 (15.23% from 255) = 22.35%

 GREEN value IS 54 (21.48% from 255) = 31.76%

 BLUE value IS 78 (30.86% from 255) = 45.88%

R = 22.35%
G = 31.76%
B = 45.88%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#26364E (or 0x26364E) is known color: Licorice. HEX triplet: 26, 36 and 4E. RGB value is (38,54,78). Sum of RGB (Red+Green+Blue) = 38+54+78=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 54 (21.48% from 255 or 31.76% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 78 - color contains mainly: blue. Hex color #26364E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #26364E is #D9C9B1. Grayscale: #333333. Windows color (decimal): -14272946 or 5125670. OLE color: 5125670.

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

Color convert

RGB 38 54 78 -
CMYK 0.51 0.31 0 0.69
HSL 216º 0.34% 0.23% -
HSV(B) 216º 0.51% 0.31% -
XYZ 3.49 3.6 7.72 -
YUV 51.95 142.7 118.05 -
System Red Green Blue C M Y K H S L
Decimal 38 54 78 0.51 0.31 0 0.69 216 0.34 0.23
Hex 26 36 4E 33 1F 0 45 D8 22 17
Octal 46 66 116 63 37 0 105 330 42 27
Binary 100110 110110 1001110 110011 11111 0 1000101 11011000 100010 10111

Color Harmonies of #26364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26364E

Black with #26364E

Text Example


Text Example

White with #26364E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #26364E;
 }
 .AnyTagClassName
 {
   color: #26364E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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