Html Css Color HEX #2D374A Licorice

📋 copy color: '#2D374A'

red 45 ◦ green 55 ◦ blue 74

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

Shades of Licorice #2D374A

Tints of Licorice #2D374A

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.3% from 255) = 42.53%

R = 25.86%
G = 31.61%
B = 42.53%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2D374A (or 0x2D374A) is known color: 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

RGB 45 55 74 -
CMYK 0.39 0.26 0 0.71
HSL 219.31º 0.24% 0.23% -
HSV(B) 219.31º 0.39% 0.29% -
XYZ 3.68 3.78 7.01 -
YUV 54.18 139.19 121.46 -
System Red Green Blue C M Y K H S L
Decimal 45 55 74 0.39 0.26 0 0.71 219.31 0.24 0.23
Hex 2D 37 4A 27 1A 0 47 DB 18 17
Octal 55 67 112 47 32 0 107 333 30 27
Binary 101101 110111 1001010 100111 11010 0 1000111 11011011 11000 10111

Color Harmonies of #2D374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D374A

Black with #2D374A

Text Example


Text Example

White with #2D374A

Text Example


Text Example

HTML Codes & Css Web 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>