Html Css Color HEX #25364A Licorice

📋 copy color: '#25364A'

red 37 ◦ green 54 ◦ blue 74

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

Shades of Licorice #25364A

Tints of Licorice #25364A

RGB

 RED value IS 37 (14.84% from 255) = 22.42%

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

 BLUE value IS 74 (29.3% from 255) = 44.85%

R = 22.42%
G = 32.73%
B = 44.85%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#25364A (or 0x25364A) is known color: Licorice. HEX triplet: 25, 36 and 4A. RGB value is (37,54,74). Sum of RGB (Red+Green+Blue) = 37+54+74=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 74 (29.30% from 255 or 44.85% from 165); Max value from RGB is 74 - color contains mainly: blue. Hex color #25364A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25364A is #DAC9B5. Grayscale: #333333. Windows color (decimal): -14338486 or 4863525. OLE color: 4863525.

HSL color Cylindrical-coordinate representation of color #25364A: hue angle of 212.43º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #25364A is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 37 54 74 -
CMYK 0.50 0.27 0 0.71
HSL 212.43º 0.33% 0.22% -
HSV(B) 212.43º 0.5% 0.29% -
XYZ 3.32 3.53 6.98 -
YUV 51.2 140.87 117.87 -
System Red Green Blue C M Y K H S L
Decimal 37 54 74 0.50 0.27 0 0.71 212.43 0.33 0.22
Hex 25 36 4A 32 1B 0 47 D4 21 16
Octal 45 66 112 62 33 0 107 324 41 26
Binary 100101 110110 1001010 110010 11011 0 1000111 11010100 100001 10110

Color Harmonies of #25364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25364A

Black with #25364A

Text Example


Text Example

White with #25364A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #25364A;
 }
 .AnyTagClassName
 {
   color: #25364A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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