#2D374A

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

Shades of Licorice #2D374A

Tints of Licorice #2D374A

Color information

#2D374A (or 0x2D374A) is unknown color: approx Licorice. HEX triplet: 2D, 37 and 4A. RGB value is (45,55,74). Sum of RGB (Red+Green+Blue) = 45+55+74=174 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.86% from 174); Green value is 55 (21.88% from 255 or 31.61% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 74 - color contains mainly: blue. Hex color #2D374A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D374A is #D2C8B5. Grayscale: #363636. Windows color (decimal): -13813942 or 4863789. OLE color: 4863789.

HSL color Cylindrical-coordinate representation of color #2D374A: hue angle of 219.31º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2D374A is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB455574-
CMYK0.390.2600.71
HSL219.31º24.37%23.33%-
HSV(B)219.31º39.19%29.02%-
XYZ3.683.787.01-
YUV54.18139.19121.46-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 25.86%
GREEN value IS 55 (21.88% from 255) = 31.61%
BLUE value IS 74 (29.30% from 255) = 42.53%
R=25.86%
G=31.61%
B=42.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4555740.390.2600.71219.3124.3723.33
Hex2D374A271A047db1817
Octal5567112473201073333027
Binary10110111011110010101001111101001000111110110111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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