Shades of Licorice #2E384E
Tints of Licorice #2E384E
RGB
CMYK
RGB Variations
Color information
#2E384E (or 0x2E384E) is known color: Licorice. HEX triplet: 2E, 38 and 4E. RGB value is (46,56,78). Sum of RGB (Red+Green+Blue) = 46+56+78=180 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.56% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 78 (30.86% from 255 or 43.33% from 180); Max value from RGB is 78 - color contains mainly: blue. Hex color #2E384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E384E is #D1C7B1. Grayscale: #373737. Windows color (decimal): -13748146 or 5126190. OLE color: 5126190.
HSL color Cylindrical-coordinate representation of color #2E384E: hue angle of 221.25º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2E384E is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 46 | 56 | 78 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.69 |
| HSL | 221.25º | 0.26% | 0.24% | - |
| HSV(B) | 221.25º | 0.41% | 0.31% | - |
| XYZ | 3.92 | 3.96 | 7.77 | - |
| YUV | 55.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 56 | 78 | 0.41 | 0.28 | 0 | 0.69 | 221.25 | 0.26 | 0.24 |
| Hex | 2E | 38 | 4E | 29 | 1C | 0 | 45 | DD | 1A | 18 |
| Octal | 56 | 70 | 116 | 51 | 34 | 0 | 105 | 335 | 32 | 30 |
| Binary | 101110 | 111000 | 1001110 | 101001 | 11100 | 0 | 1000101 | 11011101 | 11010 | 11000 |
Color Harmonies of #2E384E
Complementary color
Monochromatic Colors of #2E384E
Black with #2E384E
Text Example
Text Example
White with #2E384E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E384E; }
p { color: rgb(46,56,78); }
H1.HeaderClassName
{
color: #2E384E;
}
.AnyTagClassName
{
color: #2E384E;
}
</style>
background-color css
<style>
a { background-color: #2E384E; }
a { background-color: rgb(46,56,78); }
div.DivClassName
{
background-color: #2E384E;
}
.BgClassName
{
background-color: #2E384E;
}
</style>
border-color css
<style>
span { border-color: #2E384E; }
span { border-color: rgb(46,56,78); }
td.TdClassName
{
border-color: #2E384E;
}
.TagClassName
{
border-color: #2E384E;
}
</style>