Html Css Color HEX #2B3749 Licorice

📋 copy color: '#2B3749'

red 43 ◦ green 55 ◦ blue 73

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

Shades of Licorice #2B3749

Tints of Licorice #2B3749

RGB

 RED value IS 43 (17.19% from 255) = 25.15%

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

 BLUE value IS 73 (28.91% from 255) = 42.69%

R = 25.15%
G = 32.16%
B = 42.69%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#2B3749 (or 0x2B3749) is known color: Licorice. HEX triplet: 2B, 37 and 49. RGB value is (43,55,73). Sum of RGB (Red+Green+Blue) = 43+55+73=171 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.15% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 73 - color contains mainly: blue. Hex color #2B3749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3749 is #D4C8B6. Grayscale: #353535. Windows color (decimal): -13945015 or 4798251. OLE color: 4798251.

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

Color convert

RGB 43 55 73 -
CMYK 0.41 0.25 0 0.71
HSL 216º 0.26% 0.23% -
HSV(B) 216º 0.41% 0.29% -
XYZ 3.57 3.73 6.83 -
YUV 53.46 139.02 120.54 -
System Red Green Blue C M Y K H S L
Decimal 43 55 73 0.41 0.25 0 0.71 216 0.26 0.23
Hex 2B 37 49 29 19 0 47 D8 1A 17
Octal 53 67 111 51 31 0 107 330 32 27
Binary 101011 110111 1001001 101001 11001 0 1000111 11011000 11010 10111

Color Harmonies of #2B3749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3749

Black with #2B3749

Text Example


Text Example

White with #2B3749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,55,73); }

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

background-color css

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

 a { background-color: rgb(43,55,73); }

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

border-color css

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

 span { border-color: rgb(43,55,73); }

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