Html Css Color HEX #2B3547 Licorice

📋 copy color: '#2B3547'

red 43 ◦ green 53 ◦ blue 71

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

Shades of Licorice #2B3547

Tints of Licorice #2B3547

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.74%

 BLUE value IS 71 (28.13% from 255) = 42.51%

R = 25.75%
G = 31.74%
B = 42.51%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2B3547 (or 0x2B3547) is known color: Licorice. HEX triplet: 2B, 35 and 47. RGB value is (43,53,71). Sum of RGB (Red+Green+Blue) = 43+53+71=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 71 (28.12% from 255 or 42.51% from 167); Max value from RGB is 71 - color contains mainly: blue. Hex color #2B3547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3547 is #D4CAB8. Grayscale: #333333. Windows color (decimal): -13945529 or 4666667. OLE color: 4666667.

HSL color Cylindrical-coordinate representation of color #2B3547: hue angle of 218.57º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2B3547 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 43 53 71 -
CMYK 0.39 0.25 0 0.72
HSL 218.57º 0.25% 0.22% -
HSV(B) 218.57º 0.39% 0.28% -
XYZ 3.41 3.51 6.46 -
YUV 52.06 138.69 121.54 -
System Red Green Blue C M Y K H S L
Decimal 43 53 71 0.39 0.25 0 0.72 218.57 0.25 0.22
Hex 2B 35 47 27 19 0 48 DB 19 16
Octal 53 65 107 47 31 0 110 333 31 26
Binary 101011 110101 1000111 100111 11001 0 1001000 11011011 11001 10110

Color Harmonies of #2B3547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3547

Black with #2B3547

Text Example


Text Example

White with #2B3547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,53,71); }

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

background-color css

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

 a { background-color: rgb(43,53,71); }

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

border-color css

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

 span { border-color: rgb(43,53,71); }

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