Html Css Color HEX #2C3750 Licorice

📋 copy color: '#2C3750'

red 44 ◦ green 55 ◦ blue 80

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

Shades of Licorice #2C3750

Tints of Licorice #2C3750

RGB

 RED value IS 44 (17.58% from 255) = 24.58%

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

 BLUE value IS 80 (31.64% from 255) = 44.69%

R = 24.58%
G = 30.73%
B = 44.69%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2C3750 (or 0x2C3750) is known color: Licorice. HEX triplet: 2C, 37 and 50. RGB value is (44,55,80). Sum of RGB (Red+Green+Blue) = 44+55+80=179 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.58% from 179); Green value is 55 (21.88% from 255 or 30.73% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #2C3750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C3750 is #D3C8AF. Grayscale: #363636. Windows color (decimal): -13879472 or 5257004. OLE color: 5257004.

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

Color convert

RGB 44 55 80 -
CMYK 0.45 0.31 0 0.69
HSL 221.67º 0.29% 0.24% -
HSV(B) 221.67º 0.45% 0.31% -
XYZ 3.85 3.85 8.13 -
YUV 54.56 142.36 120.47 -
System Red Green Blue C M Y K H S L
Decimal 44 55 80 0.45 0.31 0 0.69 221.67 0.29 0.24
Hex 2C 37 50 2D 1F 0 45 DE 1D 18
Octal 54 67 120 55 37 0 105 336 35 30
Binary 101100 110111 1010000 101101 11111 0 1000101 11011110 11101 11000

Color Harmonies of #2C3750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3750

Black with #2C3750

Text Example


Text Example

White with #2C3750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,55,80); }

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

background-color css

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

 a { background-color: rgb(44,55,80); }

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

border-color css

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

 span { border-color: rgb(44,55,80); }

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