#392C6E

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

Shades of Minsk #392C6E

Tints of Minsk #392C6E

Color information

#392C6E (or 0x392C6E) is unknown color: approx Minsk. HEX triplet: 39, 2C and 6E. RGB value is (57,44,110). Sum of RGB (Red+Green+Blue) = 57+44+110=211 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.01% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 110 (43.36% from 255 or 52.13% from 211); Max value from RGB is 110 - color contains mainly: blue. Hex color #392C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392C6E is #C6D391. Grayscale: #373737. Windows color (decimal): -13030290 or 7220281. OLE color: 7220281.

HSL color Cylindrical-coordinate representation of color #392C6E: hue angle of 251.82º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #392C6E is Cyan = 0.48, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5744110-
CMYK0.480.600.57
HSL251.82º42.86%30.2%-
HSV(B)251.82º60%43.14%-
XYZ5.43.815.2-
YUV55.41158.81129.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.01%
GREEN value IS 44 (17.58% from 255) = 20.85%
BLUE value IS 110 (43.36% from 255) = 52.13%
R=27.01%
G=20.85%
B=52.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57441100.480.600.57251.8242.8630.2
Hex392C6E303C039fc2b1e
Octal715415660740713745336
Binary111001101100110111011000011110001110011111110010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,44,110); }

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

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

 a { background-color: rgb(57,44,110); }

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

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

 span { border-color: rgb(57,44,110); }

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