#2F3A4B

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

Shades of Licorice #2F3A4B

Tints of Licorice #2F3A4B

Color information

#2F3A4B (or 0x2F3A4B) is unknown color: approx Licorice. HEX triplet: 2F, 3A and 4B. RGB value is (47,58,75). Sum of RGB (Red+Green+Blue) = 47+58+75=180 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.11% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 75 - color contains mainly: blue. Hex color #2F3A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3A4B is #D0C5B4. Grayscale: #383838. Windows color (decimal): -13682101 or 4930095. OLE color: 4930095.

HSL color Cylindrical-coordinate representation of color #2F3A4B: hue angle of 216.43º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2F3A4B is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB475875-
CMYK0.370.2300.71
HSL216.43º22.95%23.92%-
HSV(B)216.43º37.33%29.41%-
XYZ3.964.147.25-
YUV56.65138.36121.12-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.11%
GREEN value IS 58 (23.05% from 255) = 32.22%
BLUE value IS 75 (29.69% from 255) = 41.67%
R=26.11%
G=32.22%
B=41.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4758750.370.2300.71216.4322.9523.92
Hex2F3A4B2517047d81718
Octal5772113452701073302730
Binary10111111101010010111001011011101000111110110001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,58,75); }

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

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

 a { background-color: rgb(47,58,75); }

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

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

 span { border-color: rgb(47,58,75); }

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