#393166

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

Shades of Minsk #393166

Tints of Minsk #393166

Color information

#393166 (or 0x393166) is unknown color: approx Minsk. HEX triplet: 39, 31 and 66. RGB value is (57,49,102). Sum of RGB (Red+Green+Blue) = 57+49+102=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #393166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393166 is #C6CE99. Grayscale: #393939. Windows color (decimal): -13029018 or 6697273. OLE color: 6697273.

HSL color Cylindrical-coordinate representation of color #393166: hue angle of 249.06º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #393166 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5749102-
CMYK0.440.5200.6
HSL249.06º35.1%29.61%-
HSV(B)249.06º51.96%40%-
XYZ5.184.0313.07-
YUV57.43153.15127.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.40%
GREEN value IS 49 (19.53% from 255) = 23.56%
BLUE value IS 102 (40.23% from 255) = 49.04%
R=27.40%
G=23.56%
B=49.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal57491020.440.5200.6249.0635.129.61
Hex3931662C3403Cf9231e
Octal716114654640743714336
Binary111001110001110011010110011010001111001111100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393166; }

 p { color: rgb(57,49,102); }

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

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

 a { background-color: rgb(57,49,102); }

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

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

 span { border-color: rgb(57,49,102); }

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