Html Css Color HEX #2B3746 Licorice

📋 copy color: '#2B3746'

red 43 ◦ green 55 ◦ blue 70

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

Shades of Licorice #2B3746

Tints of Licorice #2B3746

RGB

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

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

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

R = 25.6%
G = 32.74%
B = 41.67%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#2B3746 (or 0x2B3746) is known color: Licorice. HEX triplet: 2B, 37 and 46. RGB value is (43,55,70). Sum of RGB (Red+Green+Blue) = 43+55+70=168 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.60% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 70 (27.73% from 255 or 41.67% from 168); Max value from RGB is 70 - color contains mainly: blue. Hex color #2B3746 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3746 is #D4C8B9. Grayscale: #353535. Windows color (decimal): -13945018 or 4601643. OLE color: 4601643.

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

Color convert

RGB 43 55 70 -
CMYK 0.39 0.21 0 0.73
HSL 213.33º 0.24% 0.22% -
HSV(B) 213.33º 0.39% 0.27% -
XYZ 3.47 3.69 6.32 -
YUV 53.12 137.52 120.78 -
System Red Green Blue C M Y K H S L
Decimal 43 55 70 0.39 0.21 0 0.73 213.33 0.24 0.22
Hex 2B 37 46 27 15 0 49 D5 18 16
Octal 53 67 106 47 25 0 111 325 30 26
Binary 101011 110111 1000110 100111 10101 0 1001001 11010101 11000 10110

Color Harmonies of #2B3746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3746

Black with #2B3746

Text Example


Text Example

White with #2B3746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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