#392E75

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

Shades of Minsk #392E75

Tints of Minsk #392E75

Color information

#392E75 (or 0x392E75) is unknown color: approx Minsk. HEX triplet: 39, 2E and 75. RGB value is (57,46,117). Sum of RGB (Red+Green+Blue) = 57+46+117=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #392E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392E75 is #C6D18A. Grayscale: #393939. Windows color (decimal): -13029771 or 7679545. OLE color: 7679545.

HSL color Cylindrical-coordinate representation of color #392E75: hue angle of 249.3º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #392E75 is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5746117-
CMYK0.510.6100.54
HSL249.3º43.56%31.96%-
HSV(B)249.3º60.68%45.88%-
XYZ5.884.1117.31-
YUV57.38161.64127.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.91%
GREEN value IS 46 (18.36% from 255) = 20.91%
BLUE value IS 117 (46.09% from 255) = 53.18%
R=25.91%
G=20.91%
B=53.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal57461170.510.6100.54249.343.5631.96
Hex392E75333D036f92c20
Octal715616563750663715440
Binary1110011011101110101110011111101011011011111001101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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