#2F384D

Color #2F384D Licorice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Licorice #2F384D

Tints of Licorice #2F384D

Color information

#2F384D (or 0x2F384D) is unknown color: approx Licorice. HEX triplet: 2F, 38 and 4D. RGB value is (47,56,77). Sum of RGB (Red+Green+Blue) = 47+56+77=180 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.11% from 180); Green value is 56 (22.27% from 255 or 31.11% from 180); Blue value is 77 (30.47% from 255 or 42.78% from 180); Max value from RGB is 77 - color contains mainly: blue. Hex color #2F384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F384D is #D0C7B2. Grayscale: #373737. Windows color (decimal): -13682611 or 5060655. OLE color: 5060655.

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

Color convert

RGB475677-
CMYK0.390.2700.70
HSL222º24.19%24.31%-
HSV(B)222º38.96%30.2%-
XYZ3.933.977.58-
YUV55.7140.02121.79-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.11%
GREEN value IS 56 (22.27% from 255) = 31.11%
BLUE value IS 77 (30.47% from 255) = 42.78%
R=26.11%
G=31.11%
B=42.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4756770.390.2700.7022224.1924.31
Hex2F384D271B046de1818
Octal5770115473301063363030
Binary10111111100010011011001111101101000110110111101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F384D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,56,77); }

 H1.HeaderClassName
 {
   color: #2F384D;
 }
 .AnyTagClassName
 {
   color: #2F384D;
 }
</style>
background-color css

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

 a { background-color: rgb(47,56,77); }

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

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

 span { border-color: rgb(47,56,77); }

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