#393071

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

Shades of Minsk #393071

Tints of Minsk #393071

Color information

#393071 (or 0x393071) is unknown color: approx Minsk. HEX triplet: 39, 30 and 71. RGB value is (57,48,113). Sum of RGB (Red+Green+Blue) = 57+48+113=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #393071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393071 is #C6CF8E. Grayscale: #393939. Windows color (decimal): -13029263 or 7417913. OLE color: 7417913.

HSL color Cylindrical-coordinate representation of color #393071: hue angle of 248.31º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #393071 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5748113-
CMYK0.500.5800.56
HSL248.31º40.37%31.57%-
HSV(B)248.31º57.52%44.31%-
XYZ5.724.1816.13-
YUV58.1158.98127.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.15%
GREEN value IS 48 (19.14% from 255) = 22.02%
BLUE value IS 113 (44.53% from 255) = 51.83%
R=26.15%
G=22.02%
B=51.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57481130.500.5800.56248.3140.3731.57
Hex393071323A038f82820
Octal716016162720703705040
Binary1110011100001110001110010111010011100011111000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393071; }

 p { color: rgb(57,48,113); }

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

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

 a { background-color: rgb(57,48,113); }

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

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

 span { border-color: rgb(57,48,113); }

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