#393168

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

Shades of Minsk #393168

Tints of Minsk #393168

Color information

#393168 (or 0x393168) is unknown color: approx Minsk. HEX triplet: 39, 31 and 68. RGB value is (57,49,104). Sum of RGB (Red+Green+Blue) = 57+49+104=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #393168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393168 is #C6CE97. Grayscale: #393939. Windows color (decimal): -13029016 or 6828345. OLE color: 6828345.

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

Color convert

RGB5749104-
CMYK0.450.5300.59
HSL248.73º35.95%30%-
HSV(B)248.73º52.88%40.78%-
XYZ5.284.0713.6-
YUV57.66154.15127.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.14%
GREEN value IS 49 (19.53% from 255) = 23.33%
BLUE value IS 104 (41.02% from 255) = 49.52%
R=27.14%
G=23.33%
B=49.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57491040.450.5300.59248.7335.9530
Hex3931682D3503Bf9241e
Octal716115055650733714436
Binary111001110001110100010110111010101110111111100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393168; }

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

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

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

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

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

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

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

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