#392D6A

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

Shades of Minsk #392D6A

Tints of Minsk #392D6A

Color information

#392D6A (or 0x392D6A) is unknown color: approx Minsk. HEX triplet: 39, 2D and 6A. RGB value is (57,45,106). Sum of RGB (Red+Green+Blue) = 57+45+106=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 106 (41.80% from 255 or 50.96% from 208); Max value from RGB is 106 - color contains mainly: blue. Hex color #392D6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392D6A is #C6D295. Grayscale: #373737. Windows color (decimal): -13030038 or 6958393. OLE color: 6958393.

HSL color Cylindrical-coordinate representation of color #392D6A: hue angle of 251.8º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #392D6A is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5745106-
CMYK0.460.5800.58
HSL251.8º40.4%29.61%-
HSV(B)251.8º57.55%41.57%-
XYZ5.233.7914.09-
YUV55.54156.48129.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.40%
GREEN value IS 45 (17.97% from 255) = 21.63%
BLUE value IS 106 (41.80% from 255) = 50.96%
R=27.40%
G=21.63%
B=50.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57451060.460.5800.58251.840.429.61
Hex392D6A2E3A03Afc281e
Octal715515256720723745036
Binary111001101101110101010111011101001110101111110010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,45,106); }

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

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

 a { background-color: rgb(57,45,106); }

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

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

 span { border-color: rgb(57,45,106); }

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