#392E71

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

Shades of Minsk #392E71

Tints of Minsk #392E71

Color information

#392E71 (or 0x392E71) is unknown color: approx Minsk. HEX triplet: 39, 2E and 71. RGB value is (57,46,113). Sum of RGB (Red+Green+Blue) = 57+46+113=216 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.39% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #392E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392E71 is #C6D18E. Grayscale: #383838. Windows color (decimal): -13029775 or 7417401. OLE color: 7417401.

HSL color Cylindrical-coordinate representation of color #392E71: hue angle of 249.85º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #392E71 is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5746113-
CMYK0.500.5900.56
HSL249.85º42.14%31.18%-
HSV(B)249.85º59.29%44.31%-
XYZ5.644.0216.1-
YUV56.93159.64128.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.39%
GREEN value IS 46 (18.36% from 255) = 21.30%
BLUE value IS 113 (44.53% from 255) = 52.31%
R=26.39%
G=21.30%
B=52.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal57461130.500.5900.56249.8542.1431.18
Hex392E71323B038fa2a1f
Octal715616162730703725237
Binary111001101110111000111001011101101110001111101010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392E71; }

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

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

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

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

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

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

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

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