#392B68

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

Shades of Minsk #392B68

Tints of Minsk #392B68

Color information

#392B68 (or 0x392B68) is unknown color: approx Minsk. HEX triplet: 39, 2B and 68. RGB value is (57,43,104). Sum of RGB (Red+Green+Blue) = 57+43+104=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 43 (17.19% from 255 or 21.08% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #392B68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392B68 is #C6D497. Grayscale: #353535. Windows color (decimal): -13030552 or 6826809. OLE color: 6826809.

HSL color Cylindrical-coordinate representation of color #392B68: hue angle of 253.77º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #392B68 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5743104-
CMYK0.450.5900.59
HSL253.77º41.5%28.82%-
HSV(B)253.77º58.65%40.78%-
XYZ5.053.613.52-
YUV54.14156.14130.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.94%
GREEN value IS 43 (17.19% from 255) = 21.08%
BLUE value IS 104 (41.02% from 255) = 50.98%
R=27.94%
G=21.08%
B=50.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57431040.450.5900.59253.7741.528.82
Hex392B682D3B03Bfe291d
Octal715315055730733765135
Binary111001101011110100010110111101101110111111111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,43,104); }

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

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

 a { background-color: rgb(57,43,104); }

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

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

 span { border-color: rgb(57,43,104); }

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