Html Css Color HEX #2D3746 Licorice

📋 copy color: '#2D3746'

red 45 ◦ green 55 ◦ blue 70

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

Shades of Licorice #2D3746

Tints of Licorice #2D3746

RGB

 RED value IS 45 (17.97% from 255) = 26.47%

 GREEN value IS 55 (21.88% from 255) = 32.35%

 BLUE value IS 70 (27.73% from 255) = 41.18%

R = 26.47%
G = 32.35%
B = 41.18%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#2D3746 (or 0x2D3746) is known color: Licorice. HEX triplet: 2D, 37 and 46. RGB value is (45,55,70). Sum of RGB (Red+Green+Blue) = 45+55+70=170 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.47% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 70 - color contains mainly: blue. Hex color #2D3746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3746 is #D2C8B9. Grayscale: #353535. Windows color (decimal): -13813946 or 4601645. OLE color: 4601645.

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

Color convert

RGB 45 55 70 -
CMYK 0.36 0.21 0 0.73
HSL 216º 0.22% 0.23% -
HSV(B) 216º 0.36% 0.27% -
XYZ 3.55 3.73 6.33 -
YUV 53.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 45 55 70 0.36 0.21 0 0.73 216 0.22 0.23
Hex 2D 37 46 24 15 0 49 D8 16 17
Octal 55 67 106 44 25 0 111 330 26 27
Binary 101101 110111 1000110 100100 10101 0 1001001 11011000 10110 10111

Color Harmonies of #2D3746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3746

Black with #2D3746

Text Example


Text Example

White with #2D3746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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