Html Css Color HEX #2E374A Licorice

📋 copy color: '#2E374A'

red 46 ◦ green 55 ◦ blue 74

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

Shades of Licorice #2E374A

Tints of Licorice #2E374A

RGB

 RED value IS 46 (18.36% from 255) = 26.29%

 GREEN value IS 55 (21.88% from 255) = 31.43%

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

R = 26.29%
G = 31.43%
B = 42.29%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2E374A (or 0x2E374A) is known color: Licorice. HEX triplet: 2E, 37 and 4A. RGB value is (46,55,74). Sum of RGB (Red+Green+Blue) = 46+55+74=175 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.29% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 74 - color contains mainly: blue. Hex color #2E374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E374A is #D1C8B5. Grayscale: #363636. Windows color (decimal): -13748406 or 4863790. OLE color: 4863790.

HSL color Cylindrical-coordinate representation of color #2E374A: hue angle of 220.71º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2E374A is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 46 55 74 -
CMYK 0.38 0.26 0 0.71
HSL 220.71º 0.23% 0.24% -
HSV(B) 220.71º 0.38% 0.29% -
XYZ 3.73 3.81 7.02 -
YUV 54.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 46 55 74 0.38 0.26 0 0.71 220.71 0.23 0.24
Hex 2E 37 4A 26 1A 0 47 DD 17 18
Octal 56 67 112 46 32 0 107 335 27 30
Binary 101110 110111 1001010 100110 11010 0 1000111 11011101 10111 11000

Color Harmonies of #2E374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E374A

Black with #2E374A

Text Example


Text Example

White with #2E374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E374A; }

 p { color: rgb(46,55,74); }

 H1.HeaderClassName
 {
   color: #2E374A;
 }
 .AnyTagClassName
 {
   color: #2E374A;
 }
</style>

background-color css

<style>
 a { background-color: #2E374A; }

 a { background-color: rgb(46,55,74); }

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

border-color css

<style>
 span { border-color: #2E374A; }

 span { border-color: rgb(46,55,74); }

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