Html Css Color HEX #2E374C Licorice

📋 copy color: '#2E374C'

red 46 ◦ green 55 ◦ blue 76

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

Shades of Licorice #2E374C

Tints of Licorice #2E374C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 42.94%

R = 25.99%
G = 31.07%
B = 42.94%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2E374C (or 0x2E374C) is known color: Licorice. HEX triplet: 2E, 37 and 4C. RGB value is (46,55,76). Sum of RGB (Red+Green+Blue) = 46+55+76=177 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.99% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 76 - color contains mainly: blue. Hex color #2E374C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E374C is #D1C8B3. Grayscale: #363636. Windows color (decimal): -13748404 or 4994862. OLE color: 4994862.

HSL color Cylindrical-coordinate representation of color #2E374C: hue angle of 222º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2E374C is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 46 55 76 -
CMYK 0.39 0.28 0 0.70
HSL 222º 0.25% 0.24% -
HSV(B) 222º 0.39% 0.3% -
XYZ 3.8 3.84 7.38 -
YUV 54.7 140.02 121.79 -
System Red Green Blue C M Y K H S L
Decimal 46 55 76 0.39 0.28 0 0.70 222 0.25 0.24
Hex 2E 37 4C 27 1C 0 46 DE 19 18
Octal 56 67 114 47 34 0 106 336 31 30
Binary 101110 110111 1001100 100111 11100 0 1000110 11011110 11001 11000

Color Harmonies of #2E374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E374C

Black with #2E374C

Text Example


Text Example

White with #2E374C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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