#25364C

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

Shades of Licorice #25364C

Tints of Licorice #25364C

Color information

#25364C (or 0x25364C) is unknown color: approx Licorice. HEX triplet: 25, 36 and 4C. RGB value is (37,54,76). Sum of RGB (Red+Green+Blue) = 37+54+76=167 (22% of max value = 765). Red value is 37 (14.84% from 255 or 22.16% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 76 (30.08% from 255 or 45.51% from 167); Max value from RGB is 76 - color contains mainly: blue. Hex color #25364C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25364C is #DAC9B3. Grayscale: #333333. Windows color (decimal): -14338484 or 4994597. OLE color: 4994597.

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

Color convert

RGB375476-
CMYK0.510.2900.70
HSL213.85º34.51%22.16%-
HSV(B)213.85º51.32%29.8%-
XYZ3.393.557.34-
YUV51.42141.87117.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.16%
GREEN value IS 54 (21.48% from 255) = 32.34%
BLUE value IS 76 (30.08% from 255) = 45.51%
R=22.16%
G=32.34%
B=45.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3754760.510.2900.70213.8534.5122.16
Hex25364C331D046d62316
Octal4566114633501063264326
Binary100101110110100110011001111101010001101101011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25364C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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