#2D374E

Color #2D374E Licorice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Licorice #2D374E

Tints of Licorice #2D374E

Color information

#2D374E (or 0x2D374E) is unknown color: approx Licorice. HEX triplet: 2D, 37 and 4E. RGB value is (45,55,78). Sum of RGB (Red+Green+Blue) = 45+55+78=178 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.28% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 78 (30.86% from 255 or 43.82% from 178); Max value from RGB is 78 - color contains mainly: blue. Hex color #2D374E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D374E is #D2C8B1. Grayscale: #363636. Windows color (decimal): -13813938 or 5125933. OLE color: 5125933.

HSL color Cylindrical-coordinate representation of color #2D374E: hue angle of 221.82º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2D374E is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB455578-
CMYK0.420.2900.69
HSL221.82º26.83%24.12%-
HSV(B)221.82º42.31%30.59%-
XYZ3.823.847.75-
YUV54.63141.19121.13-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25.28%
GREEN value IS 55 (21.88% from 255) = 30.90%
BLUE value IS 78 (30.86% from 255) = 43.82%
R=25.28%
G=30.90%
B=43.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4555780.420.2900.69221.8226.8324.12
Hex2D374E2A1D045de1b18
Octal5567116523501053363330
Binary10110111011110011101010101110101000101110111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,55,78); }

 H1.HeaderClassName
 {
   color: #2D374E;
 }
 .AnyTagClassName
 {
   color: #2D374E;
 }
</style>
background-color css

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

 a { background-color: rgb(45,55,78); }

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

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

 span { border-color: rgb(45,55,78); }

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