#392E79

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

Shades of Minsk #392E79

Tints of Minsk #392E79

Color information

#392E79 (or 0x392E79) is unknown color: approx Minsk. HEX triplet: 39, 2E and 79. RGB value is (57,46,121). Sum of RGB (Red+Green+Blue) = 57+46+121=224 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.45% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 121 (47.66% from 255 or 54.02% from 224); Max value from RGB is 121 - color contains mainly: blue. Hex color #392E79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392E79 is #C6D186. Grayscale: #393939. Windows color (decimal): -13029767 or 7941689. OLE color: 7941689.

HSL color Cylindrical-coordinate representation of color #392E79: hue angle of 248.8º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #392E79 is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5746121-
CMYK0.530.6200.53
HSL248.8º44.91%32.75%-
HSV(B)248.8º61.98%47.45%-
XYZ6.124.218.58-
YUV57.84163.64127.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.45%
GREEN value IS 46 (18.36% from 255) = 20.54%
BLUE value IS 121 (47.66% from 255) = 54.02%
R=25.45%
G=20.54%
B=54.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57461210.530.6200.53248.844.9132.75
Hex392E79353E035f92d21
Octal715617165760653715541
Binary1110011011101111001110101111110011010111111001101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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