Html Css Color HEX #26364C Licorice

📋 copy color: '#26364C'

red 38 ◦ green 54 ◦ blue 76

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

Shades of Licorice #26364C

Tints of Licorice #26364C

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

 M value IS 0.29

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

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

RGB 38 54 76 -
CMYK 0.5 0.29 0 0.70
HSL 214.74º 0.33% 0.22% -
HSV(B) 214.74º 0.5% 0.3% -
XYZ 3.42 3.57 7.35 -
YUV 51.72 141.7 118.21 -
System Red Green Blue C M Y K H S L
Decimal 38 54 76 0.5 0.29 0 0.70 214.74 0.33 0.22
Hex 26 36 4C 32 1D 0 46 D7 21 16
Octal 46 66 114 62 35 0 106 327 41 26
Binary 100110 110110 1001100 110010 11101 0 1000110 11010111 100001 10110

Color Harmonies of #26364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26364C

Black with #26364C

Text Example


Text Example

White with #26364C

Text Example


Text Example

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