Html Css Color HEX #2E3A48 Licorice

📋 copy color: '#2E3A48'

red 46 ◦ green 58 ◦ blue 72

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

Shades of Licorice #2E3A48

Tints of Licorice #2E3A48

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.95%

 BLUE value IS 72 (28.52% from 255) = 40.91%

R = 26.14%
G = 32.95%
B = 40.91%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2E3A48 (or 0x2E3A48) is known color: Licorice. HEX triplet: 2E, 3A and 48. RGB value is (46,58,72). Sum of RGB (Red+Green+Blue) = 46+58+72=176 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.14% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 72 - color contains mainly: blue. Hex color #2E3A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3A48 is #D1C5B7. Grayscale: #373737. Windows color (decimal): -13747640 or 4733486. OLE color: 4733486.

HSL color Cylindrical-coordinate representation of color #2E3A48: hue angle of 212.31º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2E3A48 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 46 58 72 -
CMYK 0.36 0.19 0 0.72
HSL 212.31º 0.22% 0.23% -
HSV(B) 212.31º 0.36% 0.28% -
XYZ 3.81 4.07 6.72 -
YUV 56.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 46 58 72 0.36 0.19 0 0.72 212.31 0.22 0.23
Hex 2E 3A 48 24 13 0 48 D4 16 17
Octal 56 72 110 44 23 0 110 324 26 27
Binary 101110 111010 1001000 100100 10011 0 1001000 11010100 10110 10111

Color Harmonies of #2E3A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3A48

Black with #2E3A48

Text Example


Text Example

White with #2E3A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,58,72); }

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

background-color css

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

 a { background-color: rgb(46,58,72); }

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

border-color css

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

 span { border-color: rgb(46,58,72); }

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