Html Css Color HEX #2B364C Licorice

📋 copy color: '#2B364C'

red 43 ◦ green 54 ◦ blue 76

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

Shades of Licorice #2B364C

Tints of Licorice #2B364C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.21%

 BLUE value IS 76 (30.08% from 255) = 43.93%

R = 24.86%
G = 31.21%
B = 43.93%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#2B364C (or 0x2B364C) is known color: Licorice. HEX triplet: 2B, 36 and 4C. RGB value is (43,54,76). Sum of RGB (Red+Green+Blue) = 43+54+76=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 76 - color contains mainly: blue. Hex color #2B364C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B364C is #D4C9B3. Grayscale: #353535. Windows color (decimal): -13945268 or 4994603. OLE color: 4994603.

HSL color Cylindrical-coordinate representation of color #2B364C: hue angle of 220º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2B364C is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 43 54 76 -
CMYK 0.43 0.29 0 0.70
HSL 220º 0.28% 0.23% -
HSV(B) 220º 0.43% 0.3% -
XYZ 3.62 3.67 7.36 -
YUV 53.22 140.86 120.71 -
System Red Green Blue C M Y K H S L
Decimal 43 54 76 0.43 0.29 0 0.70 220 0.28 0.23
Hex 2B 36 4C 2B 1D 0 46 DC 1C 17
Octal 53 66 114 53 35 0 106 334 34 27
Binary 101011 110110 1001100 101011 11101 0 1000110 11011100 11100 10111

Color Harmonies of #2B364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B364C

Black with #2B364C

Text Example


Text Example

White with #2B364C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,54,76); }

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

background-color css

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

 a { background-color: rgb(43,54,76); }

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

border-color css

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

 span { border-color: rgb(43,54,76); }

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