Html Css Color HEX #2E384D Licorice

📋 copy color: '#2E384D'

red 46 ◦ green 56 ◦ blue 77

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

Shades of Licorice #2E384D

Tints of Licorice #2E384D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.28%

 BLUE value IS 77 (30.47% from 255) = 43.02%

R = 25.7%
G = 31.28%
B = 43.02%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2E384D (or 0x2E384D) is known color: Licorice. HEX triplet: 2E, 38 and 4D. RGB value is (46,56,77). Sum of RGB (Red+Green+Blue) = 46+56+77=179 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.70% from 179); Green value is 56 (22.27% from 255 or 31.28% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 77 - color contains mainly: blue. Hex color #2E384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E384D is #D1C7B2. Grayscale: #373737. Windows color (decimal): -13748147 or 5060654. OLE color: 5060654.

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

Color convert

RGB 46 56 77 -
CMYK 0.40 0.27 0 0.70
HSL 220.65º 0.25% 0.24% -
HSV(B) 220.65º 0.4% 0.3% -
XYZ 3.88 3.95 7.58 -
YUV 55.4 140.19 121.29 -
System Red Green Blue C M Y K H S L
Decimal 46 56 77 0.40 0.27 0 0.70 220.65 0.25 0.24
Hex 2E 38 4D 28 1B 0 46 DD 19 18
Octal 56 70 115 50 33 0 106 335 31 30
Binary 101110 111000 1001101 101000 11011 0 1000110 11011101 11001 11000

Color Harmonies of #2E384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E384D

Black with #2E384D

Text Example


Text Example

White with #2E384D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,56,77); }

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

background-color css

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

 a { background-color: rgb(46,56,77); }

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

border-color css

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

 span { border-color: rgb(46,56,77); }

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