#2F384F

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

Shades of Licorice #2F384F

Tints of Licorice #2F384F

Color information

#2F384F (or 0x2F384F) is unknown color: approx Licorice. HEX triplet: 2F, 38 and 4F. RGB value is (47,56,79). Sum of RGB (Red+Green+Blue) = 47+56+79=182 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.82% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 79 - color contains mainly: blue. Hex color #2F384F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F384F is #D0C7B0. Grayscale: #373737. Windows color (decimal): -13682609 or 5191727. OLE color: 5191727.

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

Color convert

RGB475679-
CMYK0.410.2900.69
HSL223.12º25.4%24.71%-
HSV(B)223.12º40.51%30.98%-
XYZ447.96-
YUV55.93141.02121.63-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 25.82%
GREEN value IS 56 (22.27% from 255) = 30.77%
BLUE value IS 79 (31.25% from 255) = 43.41%
R=25.82%
G=30.77%
B=43.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4756790.410.2900.69223.1225.424.71
Hex2F384F291D045df1919
Octal5770117513501053373131
Binary10111111100010011111010011110101000101110111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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