#2F384E

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

Shades of Licorice #2F384E

Tints of Licorice #2F384E

Color information

#2F384E (or 0x2F384E) is unknown color: approx Licorice. HEX triplet: 2F, 38 and 4E. RGB value is (47,56,78). Sum of RGB (Red+Green+Blue) = 47+56+78=181 (23% of max value = 765). Red value is 47 (18.75% from 255 or 25.97% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 78 - color contains mainly: blue. Hex color #2F384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F384E is #D0C7B1. Grayscale: #373737. Windows color (decimal): -13682610 or 5126191. OLE color: 5126191.

HSL color Cylindrical-coordinate representation of color #2F384E: hue angle of 222.58º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2F384E is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB475678-
CMYK0.400.2800.69
HSL222.58º24.8%24.51%-
HSV(B)222.58º39.74%30.59%-
XYZ3.963.987.77-
YUV55.82140.52121.71-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.97%
GREEN value IS 56 (22.27% from 255) = 30.94%
BLUE value IS 78 (30.86% from 255) = 43.09%
R=25.97%
G=30.94%
B=43.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4756780.400.2800.69222.5824.824.51
Hex2F384E281C045df1919
Octal5770116503401053373131
Binary10111111100010011101010001110001000101110111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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